From 3c18febd87234f54c149bb4a6353e3b0e0103db7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Nov 2020 12:22:28 +0100 Subject: Add const, pure, and malloc function attributes --- zix/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zix/hash.h') diff --git a/zix/hash.h b/zix/hash.h index 9546a64..2550676 100644 --- a/zix/hash.h +++ b/zix/hash.h @@ -73,7 +73,7 @@ zix_hash_free(ZixHash* hash); /** Return the number of elements in `hash`. */ -ZIX_API size_t +ZIX_PURE_API size_t zix_hash_size(const ZixHash* hash); /** -- cgit v1.2.1