diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2026-04-13 17:35:29 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2026-04-13 17:35:29 +0200 |
| commit | b0a0432e8d26414d77cfeb81ab2e6c10896c6883 (patch) | |
| tree | 0adec918eedb6712c82eb62ac9239519eeab941a /ot_fullscrape.h | |
| parent | 5d2033ac8932d223a00d7d6e29cedd9b2e23bc7f (diff) | |
Silence warnings about function declaration without a prototype for functions taking void
Diffstat (limited to 'ot_fullscrape.h')
| -rw-r--r-- | ot_fullscrape.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ot_fullscrape.h b/ot_fullscrape.h index bbb2a3f..843e039 100644 --- a/ot_fullscrape.h +++ b/ot_fullscrape.h | |||
| @@ -10,8 +10,8 @@ | |||
| 10 | 10 | ||
| 11 | #include "ot_mutex.h" | 11 | #include "ot_mutex.h" |
| 12 | 12 | ||
| 13 | void fullscrape_init(); | 13 | void fullscrape_init(void); |
| 14 | void fullscrape_deinit(); | 14 | void fullscrape_deinit(void); |
| 15 | void fullscrape_deliver(int64 sock, ot_tasktype tasktype); | 15 | void fullscrape_deliver(int64 sock, ot_tasktype tasktype); |
| 16 | 16 | ||
| 17 | #else | 17 | #else |
