aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-text-index.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-15 05:33:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-15 05:33:45 +0800
commit1957762cbf5375928fd0fe3fedb3b63850425e9e (patch)
tree5647563415035ee0fb1b852ac58610500eb87d43 /camel/camel-text-index.h
parent557afe41020d808811375ef02e4c1b822da5515e (diff)
downloadgsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.tar
gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.tar.gz
gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.tar.bz2
gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.tar.lz
gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.tar.xz
gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.tar.zst
gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.zip
Fixed compiler warnings.
2002-06-14 Jeffrey Stedfast <fejj@ximian.com> * camel-arg.c: * camel-disco-diary.c: * camel-index-control.c: * camel-mime-part.c: * camel-pgp-mime.c: * camel-store.c: * camel-tcp-stream-ssl.c: * camel-text-index.c: Fixed compiler warnings. svn path=/trunk/; revision=17187
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 */