From f9ff4e6bc9ae32ab158e5a03f968c4d40c6d3c33 Mon Sep 17 00:00:00 2001 From: Mikhail Galanin Date: Mon, 10 Sep 2018 15:33:36 +0100 Subject: [PATCH] [Minor] More declaration fixes --- src/rspamadm/lua_repl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rspamadm/lua_repl.c b/src/rspamadm/lua_repl.c index 710b9c5ef..c6c5fd0bf 100644 --- a/src/rspamadm/lua_repl.c +++ b/src/rspamadm/lua_repl.c @@ -287,8 +287,8 @@ rspamadm_exec_input (lua_State *L, const gchar *input) } } -void -wait_session_events () +static void +wait_session_events (void) { /* XXX: it's probably worth to add timeout here - not to wait forever */ while (rspamd_session_events_pending (rspamadm_session) > 0) { -- 2.39.5