fix possible crash on user deletion
[srvx.git] / src / heap.h
index 8d097e7d8c5eee8fd816e402ffadfd2c6ce2f37d..4e385e213a6752e2ae2f9541875dd341fef5276e 100644 (file)
@@ -38,7 +38,6 @@ int heap_remove_pred(heap_t heap, int (*pred)(void *key, void *data, void *extra
 /* useful comparators */
 
 /* int strcmp(const char *s1, const char *s2); from <string.h> can be used */
-int int_comparator(const void*, const void*);
-int timeval_comparator(const void*, const void*);
+int ulong_comparator(const void*, const void*);
 
 #endif /* ndef HEAP_H */