summaryrefslogtreecommitdiffstats
path: root/include/zix/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zix/tree.h')
-rw-r--r--include/zix/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zix/tree.h b/include/zix/tree.h
index 0ad37f2..b51fa72 100644
--- a/include/zix/tree.h
+++ b/include/zix/tree.h
@@ -38,6 +38,7 @@ typedef void (*ZixTreeDestroyFunc)(void* ZIX_UNSPECIFIED ptr,
/// Create a new (empty) tree
ZIX_API
+ZIX_NODISCARD
ZixTree* ZIX_ALLOCATED
zix_tree_new(ZixAllocator* ZIX_NULLABLE allocator,
bool allow_duplicates,