blob: 0af47ac7aea838c14a75dc6a2231dd235e3f294d (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef MAIL_LOG_PLUGIN_H
#define MAIL_LOG_PLUGIN_H
extern const char *mail_log_plugin_dependencies[];
void mail_log_plugin_init(struct module *module);
void mail_log_plugin_deinit(void);
#endif
|