src/cx/hash_map.h

changeset 1180
4c3a69b9723a
parent 1111
78eeeb950883
--- a/src/cx/hash_map.h	Mon Feb 10 21:30:51 2025 +0100
+++ b/src/cx/hash_map.h	Mon Feb 10 20:59:02 2025 +0100
@@ -85,6 +85,7 @@
 cx_attr_nodiscard
 cx_attr_malloc
 cx_attr_dealloc(cxMapFree, 1)
+cx_attr_export
 CxMap *cxHashMapCreate(
         const CxAllocator *allocator,
         size_t itemsize,
@@ -126,6 +127,7 @@
  * @retval non-zero if a memory allocation error occurred
  */
 cx_attr_nonnull
+cx_attr_export
 int cxMapRehash(CxMap *map);
 
 

mercurial