diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-11-25 20:32:15 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-11-25 20:32:15 +0300 |
commit | 893d6efc979fa9e23d93a43c6ab1e46bd9f7da16 (patch) | |
tree | 6329834dc4c8d7b7e691b36854ef725a677ee0ae /src/statfile_sync.h | |
parent | b1e659182cd2eba38ab9de72f47a5ae88d36cd28 (diff) | |
download | rspamd-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.h | 11 |
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 |