From 52118baecb0b6e580814db69e52a02c233c633df Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Sat, 31 Dec 2022 02:50:59 +0100
Subject: Add the GEHASHMAP_DEF macro

---
 examples/gehashmap.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'examples')

diff --git a/examples/gehashmap.c b/examples/gehashmap.c
index 7d6d1a4..17f8eb4 100644
--- a/examples/gehashmap.c
+++ b/examples/gehashmap.c
@@ -4,10 +4,8 @@
 
 #include <gehashmap.h>
 
-GEHASHMAP_API(char *, int, atoimap)
-GEHASHMAP_API(int, unsigned int, itoumap)
-GEHASHMAP_IMPL(char *, int, atoimap)
-GEHASHMAP_IMPL(int, unsigned int, itoumap)
+GEHASHMAP_DEF(char *, int, atoimap)
+GEHASHMAP_DEF(int, unsigned int, itoumap)
 
 bool
 atoimap_key_iseq(char *a, char *b)
-- 
cgit v1.2.3