X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d76ed9a966ee3d955c8ef00ecc02e643c2005e2e..9895149b20f675f169119ee9271b1aba01fed896:/src/heap.h?ds=sidebyside diff --git a/src/heap.h b/src/heap.h index 8d097e7..828eb03 100644 --- a/src/heap.h +++ b/src/heap.h @@ -5,7 +5,7 @@ * * 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 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -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 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 */