summaryrefslogtreecommitdiffstats
path: root/src/lib-fts/fts-library.h
blob: 8799b10f28b630f63d5e745a01b5251dbc05ec3f (plain)
1
2
3
4
5
6
7
#ifndef FTS_LIBRARY_H
#define FTS_LIBRARY_H

void fts_library_init(void);
void fts_library_deinit(void);

#endif