diff options
Diffstat (limited to 'include/zix/common.h')
-rw-r--r-- | include/zix/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/common.h b/include/zix/common.h index 02f00b4..f43fcde 100644 --- a/include/zix/common.h +++ b/include/zix/common.h @@ -124,7 +124,7 @@ typedef int (*ZixComparator)(const void* a, typedef bool (*ZixEqualFunc)(const void* a, const void* b); /// Function to destroy an element -typedef void (*ZixDestroyFunc)(void* ptr); +typedef void (*ZixDestroyFunc)(void* ptr, const void* user_data); /** @} |