diff options
Diffstat (limited to 'include/darray.h')
-rw-r--r-- | include/darray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/darray.h b/include/darray.h index 43e093d..ec6010f 100644 --- a/include/darray.h +++ b/include/darray.h @@ -7,7 +7,7 @@ extern "C" { #include "types.h"
-typedef int (*SortFunction)(const void *, const void *);
+typedef int (*CompareFunction)(const void *, const void *);
typedef BOOL (*MapFunction)(const void *, s32);
typedef void (*DtorFunction)(void *);
|