Convert time-related variables to consistently use "unsigned long".
[srvx.git] / src / heap.h
index 8d097e7d8c5eee8fd816e402ffadfd2c6ce2f37d..44336fb5f441315a3aae6e1a22448366e773d69d 100644 (file)
@@ -38,7 +38,7 @@ 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 ulong_comparator(const void*, const void*);
 int timeval_comparator(const void*, const void*);
 
 #endif /* ndef HEAP_H */