X-Git-Url: http://git.pk910.de/?p=srvx.git;a=blobdiff_plain;f=src%2Fheap.h;h=44336fb5f441315a3aae6e1a22448366e773d69d;hp=8d097e7d8c5eee8fd816e402ffadfd2c6ce2f37d;hb=4a2c9aa9ab119a212d78c6a3a73261de56800251;hpb=007cc230a68daa6785f28a979e67ad9e67b1c87a diff --git a/src/heap.h b/src/heap.h index 8d097e7..44336fb 100644 --- a/src/heap.h +++ b/src/heap.h @@ -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 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 */