aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 17d693cae..57a7907e5 100644
--- a/src/main.h
+++ b/src/main.h
@@ -218,7 +218,6 @@ typedef void (*rspamd_sig_handler_t) (gint, siginfo_t *, void *);
*/
struct event_base *
prepare_worker (struct rspamd_worker *worker, const char *name,
- rspamd_sig_handler_t sig_handler,
void (*accept_handler)(int, short, void *));
/**