view src/plugins/imap-stats/imap-stats-plugin.h @ 13294:c51fbe64eae1

Initial implementation of statistics gathering daemon and plugins to feed it. Some statistics are still missing, some of the code is a bit ugly and the internal protocols will probably still change.
author Timo Sirainen <tss@iki.fi>
date Fri, 26 Aug 2011 05:15:12 +0300
parents
children
line wrap: on
line source

#ifndef IMAP_STATS_PLUGIN_H
#define IMAP_STATS_PLUGIN_H

struct module;

extern const char *imap_stats_plugin_dependencies[];
extern const char imap_stats_plugin_binary_dependency[];

void imap_stats_plugin_init(struct module *module);
void imap_stats_plugin_deinit(void);

#endif