From 1957762cbf5375928fd0fe3fedb3b63850425e9e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 14 Jun 2002 21:33:45 +0000 Subject: Fixed compiler warnings. 2002-06-14 Jeffrey Stedfast * 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 --- camel/camel-text-index.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'camel/camel-text-index.h') 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 */ -- cgit