summaryrefslogtreecommitdiff
path: root/ext/fts1/fulltext.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fts1/fulltext.h')
-rw-r--r--ext/fts1/fulltext.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/fts1/fulltext.h b/ext/fts1/fulltext.h
new file mode 100644
index 0000000..477dcab
--- /dev/null
+++ b/ext/fts1/fulltext.h
@@ -0,0 +1,11 @@
+#include "sqlite3.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+int fulltext_init(sqlite3 *db);
+
+#ifdef __cplusplus
+} /* extern "C" */
+#endif /* __cplusplus */