]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/heap.h
Couple of srvx updates.
[irc/evilnet/x3.git] / src / heap.h
index 7bd8c11d2f3e59ed03d99e586e5be4fa1b89c444..828eb034e1f58c9aa42c011884a812246031a1fb 100644 (file)
@@ -1,9 +1,9 @@
 /* heap.h - Abstract heap type
  * Copyright 2000-2001 srvx Development Team
  *
- * This file is part of x3.
+ * This file is part of srvx.
  *
- * x3 is free software; you can redistribute it and/or modify
+ * srvx is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
@@ -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 */