fts-plugin.h revision 5666a3d6a7ea89362b8d9e8b39b15424cd9d6388
#ifndef FTS_PLUGIN_H
#define FTS_PLUGIN_H
void fts_mailbox_allocated(struct mailbox *box);
void fts_plugin_init(struct module *module);
void fts_plugin_deinit(void);
#endif