Completed the delete-user hook to remove any associated
[citadel.git] / libcitadel / lib / libcitadel.h
index f42097abd2f63c5143858563b663a4cb060659a8..528df6cd3abc5bcd7ebd58668dce4b6c75a9cd66 100644 (file)
@@ -14,7 +14,7 @@
  */
 #include <time.h>
 #include <stdlib.h>
-#define LIBCITADEL_VERSION_NUMBER      114
+#define LIBCITADEL_VERSION_NUMBER      115
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -315,6 +315,9 @@ void SortByHashKeyStr(HashList *Hash);
 int GetCount(HashList *Hash);
 const void *GetSearchPayload(const void *HashVoid);
 void SortByPayload(HashList *Hash, CompareFunc SortBy);
+void generic_free_handler(void *ptr);
+
+
 void convert_spaces_to_underscores(char *str);
 
 /*