summaryrefslogtreecommitdiffstats
path: root/zix
diff options
context:
space:
mode:
Diffstat (limited to 'zix')
-rw-r--r--zix/patree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zix/patree.h b/zix/patree.h
index 2a5f6cf..d3cf4da 100644
--- a/zix/patree.h
+++ b/zix/patree.h
@@ -61,7 +61,7 @@ zix_patree_insert(ZixPatree* t, const char* str);
*/
ZIX_API
ZixStatus
-zix_patree_find(ZixPatree* t, const char* str, char** match);
+zix_patree_find(const ZixPatree* t, const char* str, char** match);
/**
@}