Delete declaration of undefined timeval_comparator() function.
authorMichael Poole <mdpoole@troilus.org>
Sun, 15 Jun 2008 13:22:11 +0000 (09:22 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sun, 15 Jun 2008 13:22:11 +0000 (09:22 -0400)
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 */