Delete declaration of undefined timeval_comparator() function.
[srvx.git] / src / heap.h
index 44336fb5f441315a3aae6e1a22448366e773d69d..4e385e213a6752e2ae2f9541875dd341fef5276e 100644 (file)
@@ -39,6 +39,5 @@ int heap_remove_pred(heap_t heap, int (*pred)(void *key, void *data, void *extra
 
 /* int strcmp(const char *s1, const char *s2); from <string.h> can be used */
 int ulong_comparator(const void*, const void*);
-int timeval_comparator(const void*, const void*);
 
 #endif /* ndef HEAP_H */