From 61555065f3d1c8badcc9573691232f1b6e42988c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 21 Apr 2014 16:25:51 +0100 Subject: Rework project structure, remove trash files. --- src/libserver/statfile_sync.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/libserver/statfile_sync.h (limited to 'src/libserver/statfile_sync.h') diff --git a/src/libserver/statfile_sync.h b/src/libserver/statfile_sync.h new file mode 100644 index 000000000..b3abb8b91 --- /dev/null +++ b/src/libserver/statfile_sync.h @@ -0,0 +1,14 @@ +#ifndef RSPAMD_STATFILE_SYNC_H +#define RSPAMD_STATFILE_SYNC_H + +#include "config.h" +#include "main.h" +#include "statfile.h" +#include "cfg_file.h" + +/* + * 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); + +#endif -- cgit v1.2.3