summaryrefslogtreecommitdiffstats
path: root/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-20 19:43:18 +0000
committerDavid Robillard <d@drobilla.net>2011-09-20 19:43:18 +0000
commit06b045b28394e7d0219f626fd1a5b21236a8e303 (patch)
tree722135eac7c3f462bfe82d1e24448d05afea5baf /zix
parentf15595dd3245f911edc36932de298fc51f2ea02f (diff)
downloadzix-06b045b28394e7d0219f626fd1a5b21236a8e303.tar.gz
zix-06b045b28394e7d0219f626fd1a5b21236a8e303.tar.bz2
zix-06b045b28394e7d0219f626fd1a5b21236a8e303.zip
Const correctness.
git-svn-id: http://svn.drobilla.net/zix/trunk@36 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
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 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);
/**
@}