diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-15 00:39:02 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-15 00:39:02 +0200 |
| commit | 7c633c259ebc4a863c5076462c5792ecb8b9f617 (patch) | |
| tree | 550a272a82325c554923c7498811cb8971aa49c2 /ot_fullscrape.h | |
| parent | 4c5935c0574481dc4b0e0bf57528dc3069e34742 (diff) | |
clang-format
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 | ||
