]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
Add function to do some revalidations on hashlists; Attention; this can be cpu intens...
[citadel.git] / libcitadel / lib / libcitadel.h
index 2f275d7ed99ee0abd0bac66d2eaaab15bad2a3ec..efd3caba047c6da923d0e59643de3bdebb5d4960 100644 (file)
@@ -16,7 +16,7 @@
 #include <stdarg.h>
 #include <arpa/inet.h>
 
-#define LIBCITADEL_VERSION_NUMBER      789
+#define LIBCITADEL_VERSION_NUMBER      800
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -479,6 +479,8 @@ long lFlathash(const char *str, long len);
 #define IKEY(a) (const char*) &a, sizeof(a)
 #define LKEY(a) (const char*) &a, sizeof(a)
 
+int TestValidateHash(HashList *TestHash);
+
 HashList *NewHash(int Uniq, HashFunc F);
 void DeleteHash(HashList **Hash);
 void DeleteHashContent(HashList **Hash);