summaryrefslogtreecommitdiffstats
path: root/include/zix/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zix/hash.h')
-rw-r--r--include/zix/hash.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/zix/hash.h b/include/zix/hash.h
index 397e055..d362389 100644
--- a/include/zix/hash.h
+++ b/include/zix/hash.h
@@ -11,9 +11,7 @@
#include <stdbool.h>
#include <stddef.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
+ZIX_BEGIN_DECLS
/**
@defgroup zix_hash Hash
@@ -321,8 +319,6 @@ zix_hash_find_record(const ZixHash* ZIX_NONNULL hash,
@}
*/
-#ifdef __cplusplus
-} /* extern "C" */
-#endif
+ZIX_END_DECLS
#endif /* ZIX_HASH_H */