From 60e86c7b2a05dab33fc66f4fa5b2954d79456cb6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Oct 2022 21:34:17 -0400 Subject: Fix mismatched function types --- include/zix/common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/zix') diff --git a/include/zix/common.h b/include/zix/common.h index 5a71be5..df49afe 100644 --- a/include/zix/common.h +++ b/include/zix/common.h @@ -53,9 +53,6 @@ typedef int (*ZixComparator)(const void* a, const void* b, const void* user_data); -/// Function for testing equality of two elements -typedef bool (*ZixEqualFunc)(const void* a, const void* b); - /// Function to destroy an element typedef void (*ZixDestroyFunc)(void* ptr, const void* user_data); -- cgit v1.2.1