summaryrefslogtreecommitdiffstats
path: root/src/libserver/statfile_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/statfile_sync.h')
-rw-r--r--src/libserver/statfile_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/statfile_sync.h b/src/libserver/statfile_sync.h
index b3abb8b91..bcaeb3bb5 100644
--- a/src/libserver/statfile_sync.h
+++ b/src/libserver/statfile_sync.h
@@ -9,6 +9,6 @@
/*
* Start synchronization of statfiles. Must be called after event_init as it adds events
*/
-gboolean start_statfile_sync (statfile_pool_t *pool, struct config_file *cfg, struct event_base *ev_base);
+gboolean start_statfile_sync (statfile_pool_t *pool, struct rspamd_config *cfg, struct event_base *ev_base);
#endif