aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-text-index.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-text-index.h')
-rw-r--r--camel/camel-text-index.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/camel-text-index.h b/camel/camel-text-index.h
index de2a5252ec..09b8fc0db7 100644
--- a/camel/camel-text-index.h
+++ b/camel/camel-text-index.h
@@ -105,5 +105,9 @@ int camel_text_index_check(const char *path);
int camel_text_index_rename(const char *old, const char *new);
int camel_text_index_remove(const char *old);
+void camel_text_index_dump(CamelTextIndex *idx);
+void camel_text_index_info(CamelTextIndex *idx);
+void camel_text_index_validate(CamelTextIndex *idx);
+
#endif /* ! _CAMEL_TEXT_INDEX_H */