From 6584ac612ccc07ff8806e26af0480e2bc7804510 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Sun, 12 Apr 2026 21:50:18 +0200 Subject: important duplicated entry fix --- cheesemap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cheesemap.h') diff --git a/cheesemap.h b/cheesemap.h index fb74b9a..65faf81 100644 --- a/cheesemap.h +++ b/cheesemap.h @@ -148,7 +148,8 @@ bool cm_raw_remove(struct cheesemap_raw* map, cm_hash_fn hash, const struct cm_type* type, const cm_u8* key, cm_u8* out_value); bool cm_raw_insert(struct cheesemap_raw* map, cm_hash_fn hash, - cm_alloc_fn alloc, cm_dealloc_fn dealloc, cm_u8* user, + cm_compare_fn compare, cm_alloc_fn alloc, + cm_dealloc_fn dealloc, cm_u8* user, const struct cm_type* type, const cm_u8* key, const cm_u8* value); -- cgit v1.2.3