ucx/cx/hash_key.h

changeset 471
063a9f29098c
parent 440
7c4b9cba09ca
--- a/ucx/cx/hash_key.h	Sat Feb 22 18:10:36 2025 +0100
+++ b/ucx/cx/hash_key.h	Sun Feb 23 14:28:47 2025 +0100
@@ -76,6 +76,7 @@
  * @see cx_hash_key()
  */
 cx_attr_nonnull
+cx_attr_export
 void cx_hash_murmur(CxHashKey *key);
 
 /**
@@ -88,6 +89,7 @@
  */
 cx_attr_nodiscard
 cx_attr_cstr_arg(1)
+cx_attr_export
 CxHashKey cx_hash_key_str(const char *str);
 
 /**
@@ -99,6 +101,7 @@
  */
 cx_attr_nodiscard
 cx_attr_access_r(1, 2)
+cx_attr_export
 CxHashKey cx_hash_key_bytes(
         const unsigned char *bytes,
         size_t len
@@ -117,6 +120,7 @@
  */
 cx_attr_nodiscard
 cx_attr_access_r(1, 2)
+cx_attr_export
 CxHashKey cx_hash_key(
         const void *obj,
         size_t len

mercurial