summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Galanin <mgalanin@mimecast.com>2018-09-10 15:33:36 +0100
committerMikhail Galanin <mgalanin@mimecast.com>2018-09-10 15:33:36 +0100
commitf9ff4e6bc9ae32ab158e5a03f968c4d40c6d3c33 (patch)
tree30b06889a44dfdb53e1347bda60a80f0a80db7cb
parent8ee5b51849f529f3d9c535663d78ad1c2a1410c7 (diff)
downloadrspamd-f9ff4e6bc9ae32ab158e5a03f968c4d40c6d3c33.tar.gz
rspamd-f9ff4e6bc9ae32ab158e5a03f968c4d40c6d3c33.zip
[Minor] More declaration fixes
-rw-r--r--src/rspamadm/lua_repl.c4
1 files 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) {