summaryrefslogtreecommitdiffstats
path: root/src/lib-fts/fts-filter-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib-fts/fts-filter-common.h')
-rw-r--r--src/lib-fts/fts-filter-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib-fts/fts-filter-common.h b/src/lib-fts/fts-filter-common.h
new file mode 100644
index 0000000..7b6552c
--- /dev/null
+++ b/src/lib-fts/fts-filter-common.h
@@ -0,0 +1,6 @@
+#ifndef FTS_FILTER_COMMON_H
+#define FTS_FILTER_COMMON_H
+
+void fts_filter_truncate_token(string_t *token, size_t max_length);
+
+#endif