summaryrefslogtreecommitdiffstats
path: root/src/lib-fts/fts-library.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib-fts/fts-library.h')
-rw-r--r--src/lib-fts/fts-library.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib-fts/fts-library.h b/src/lib-fts/fts-library.h
new file mode 100644
index 0000000..8799b10
--- /dev/null
+++ b/src/lib-fts/fts-library.h
@@ -0,0 +1,7 @@
+#ifndef FTS_LIBRARY_H
+#define FTS_LIBRARY_H
+
+void fts_library_init(void);
+void fts_library_deinit(void);
+
+#endif