diff options
Diffstat (limited to 'ot_fullscrape.h')
-rw-r--r-- | ot_fullscrape.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ot_fullscrape.h b/ot_fullscrape.h index 0f920ec..bbb2a3f 100644 --- a/ot_fullscrape.h +++ b/ot_fullscrape.h | |||
@@ -8,9 +8,11 @@ | |||
8 | 8 | ||
9 | #ifdef WANT_FULLSCRAPE | 9 | #ifdef WANT_FULLSCRAPE |
10 | 10 | ||
11 | void fullscrape_init( ); | 11 | #include "ot_mutex.h" |
12 | void fullscrape_deinit( ); | 12 | |
13 | void fullscrape_deliver( int64 sock, ot_tasktype tasktype ); | 13 | void fullscrape_init(); |
14 | void fullscrape_deinit(); | ||
15 | void fullscrape_deliver(int64 sock, ot_tasktype tasktype); | ||
14 | 16 | ||
15 | #else | 17 | #else |
16 | 18 | ||