aboutsummaryrefslogtreecommitdiffstats
path: root/src/statfile_sync.h
blob: ba3aec2a3061b12705fffced3f82d24bbeee6b55 (plain)
1
2
3
4
5
6
7
8
9
10
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