X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/348683aa59f63ac110c129f808c91fc3156ee14f..5a61e83ffef125d89c3d533178ddb6610cec2a93:/src/heap.h diff --git a/src/heap.h b/src/heap.h index 7bd8c11..828eb03 100644 --- a/src/heap.h +++ b/src/heap.h @@ -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 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 */