blob: 2a95b53e14cdf11b4f69c97c2345557900746571 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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_old_stats_plugin_init(struct module *module);
void imap_old_stats_plugin_deinit(void);
#endif
|