summaryrefslogtreecommitdiff
path: root/ot_accesslist.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2026-04-13 17:35:29 +0200
committerDirk Engling <erdgeist@erdgeist.org>2026-04-13 17:35:29 +0200
commitb0a0432e8d26414d77cfeb81ab2e6c10896c6883 (patch)
tree0adec918eedb6712c82eb62ac9239519eeab941a /ot_accesslist.h
parent5d2033ac8932d223a00d7d6e29cedd9b2e23bc7f (diff)
Silence warnings about function declaration without a prototype for functions taking void
Diffstat (limited to 'ot_accesslist.h')
-rw-r--r--ot_accesslist.h2
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 {
72extern ot_log *g_logchain_first, *g_logchain_last; 72extern ot_log *g_logchain_first, *g_logchain_last;
73 73
74void loglist_add_network(const ot_net *net); 74void loglist_add_network(const ot_net *net);
75void loglist_reset(); 75void loglist_reset(void);
76int loglist_check_address(const ot_ip6 address); 76int loglist_check_address(const ot_ip6 address);
77#endif 77#endif
78 78