summaryrefslogtreecommitdiffstats
path: root/src/plugins/fts/fts-plugin.h
blob: aeec68cc74f5b6b8ceabbc02a351ac1fd0ce933d (plain)
1
2
3
4
5
6
7
#ifndef FTS_PLUGIN_H
#define FTS_PLUGIN_H

void fts_plugin_init(struct module *module);
void fts_plugin_deinit(void);

#endif