* Eliminate generic_free_handler() since it is not needed
[citadel.git] / libcitadel / lib / libcitadel.h
index 70f14cc967cf37f8d35e7a91e20c1f8faef15e12..9cd807e9dd4aa43786c202da3485e2d5cee8a79a 100644 (file)
@@ -411,7 +411,6 @@ 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 reference_free_handler(void *ptr);
 int HashLittle(const void *key, size_t length);