aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index f33a1b766..eefb541bc 100644
--- a/config.h.in
+++ b/config.h.in
@@ -448,7 +448,7 @@ typedef struct module_s {
typedef struct worker_s {
const gchar *name;
- gpointer (*worker_init_func)();
+ gpointer (*worker_init_func)(void);
void (*worker_start_func)(struct rspamd_worker *worker);
gboolean has_socket;
gboolean unique;