diff options
author | erdgeist <> | 2007-12-03 00:50:33 +0000 |
---|---|---|
committer | erdgeist <> | 2007-12-03 00:50:33 +0000 |
commit | 89f291566b850e86c379f485eec4a2dfea87c391 (patch) | |
tree | af3d3064bac5200ca35b22d8de022e97ad37ef80 /ot_fullscrape.h | |
parent | 5d18bf211caab11f3b8ac3f921a8e338e2a9724b (diff) |
Drop ot_{byte,word,dword} and use uint{8,16,32}_t
Diffstat (limited to 'ot_fullscrape.h')
-rw-r--r-- | ot_fullscrape.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ot_fullscrape.h b/ot_fullscrape.h index 22ef3cb..7666e6c 100644 --- a/ot_fullscrape.h +++ b/ot_fullscrape.h | |||
@@ -4,9 +4,6 @@ | |||
4 | #ifndef __OT_FULLSCRAPE_H__ | 4 | #ifndef __OT_FULLSCRAPE_H__ |
5 | #define __OT_FULLSCRAPE_H__ | 5 | #define __OT_FULLSCRAPE_H__ |
6 | 6 | ||
7 | #include <io.h> | ||
8 | #include "ot_mutex.h" | ||
9 | |||
10 | void fullscrape_init( ); | 7 | void fullscrape_init( ); |
11 | void fullscrape_deinit( ); | 8 | void fullscrape_deinit( ); |
12 | void fullscrape_deliver( int64 socket, ot_tasktype tasktype ); | 9 | void fullscrape_deliver( int64 socket, ot_tasktype tasktype ); |