From b0a0432e8d26414d77cfeb81ab2e6c10896c6883 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 13 Apr 2026 17:35:29 +0200 Subject: Silence warnings about function declaration without a prototype for functions taking void --- ot_accesslist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_accesslist.h') 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 { extern ot_log *g_logchain_first, *g_logchain_last; void loglist_add_network(const ot_net *net); -void loglist_reset(); +void loglist_reset(void); int loglist_check_address(const ot_ip6 address); #endif -- cgit v1.2.3