diff options
Diffstat (limited to 'zix')
-rw-r--r-- | zix/patree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zix/patree.h b/zix/patree.h index d3cf4da..09f3538 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(const ZixPatree* t, const char* str, char** match); +zix_patree_find(const ZixPatree* t, const char* str, const char** match); /** @} |