aboutsummaryrefslogtreecommitdiffstats
path: root/src/statfile_sync.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-11-25 20:32:15 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-11-25 20:32:15 +0300
commit893d6efc979fa9e23d93a43c6ab1e46bd9f7da16 (patch)
tree6329834dc4c8d7b7e691b36854ef725a677ee0ae /src/statfile_sync.h
parentb1e659182cd2eba38ab9de72f47a5ae88d36cd28 (diff)
downloadrspamd-893d6efc979fa9e23d93a43c6ab1e46bd9f7da16.tar.gz
rspamd-893d6efc979fa9e23d93a43c6ab1e46bd9f7da16.zip
* Add initial version of rspamd binlog syncronization client
* Style fix to perl module
Diffstat (limited to 'src/statfile_sync.h')
-rw-r--r--src/statfile_sync.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/statfile_sync.h b/src/statfile_sync.h
new file mode 100644
index 000000000..ba3aec2a3
--- /dev/null
+++ b/src/statfile_sync.h
@@ -0,0 +1,11 @@
+#ifndef RSPAMD_STATFILE_SYNC_H
+#define RSPAMD_STATFILE_SYNC_H
+
+#include "config.h"
+#include "main.h"
+#include "statfile.h"
+#include "cfg_file.h"
+
+gboolean start_statfile_sync (statfile_pool_t *pool, struct config_file *cfg);
+
+#endif