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_accesslist.h | |
| parent | 5d2033ac8932d223a00d7d6e29cedd9b2e23bc7f (diff) | |
Silence warnings about function declaration without a prototype for functions taking void
Diffstat (limited to 'ot_accesslist.h')
| -rw-r--r-- | ot_accesslist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_accesslist.h b/ot_accesslist.h index 0a7488e..d05e1f7 100644 --- a/ot_accesslist.h +++ b/ot_accesslist.h | |||
| @@ -72,7 +72,7 @@ struct ot_log { | |||
| 72 | extern ot_log *g_logchain_first, *g_logchain_last; | 72 | extern ot_log *g_logchain_first, *g_logchain_last; |
| 73 | 73 | ||
| 74 | void loglist_add_network(const ot_net *net); | 74 | void loglist_add_network(const ot_net *net); |
| 75 | void loglist_reset(); | 75 | void loglist_reset(void); |
| 76 | int loglist_check_address(const ot_ip6 address); | 76 | int loglist_check_address(const ot_ip6 address); |
| 77 | #endif | 77 | #endif |
| 78 | 78 | ||
