summaryrefslogtreecommitdiffstats
path: root/src/strindex.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-18 21:55:08 +0000
committerDavid Robillard <d@drobilla.net>2011-09-18 21:55:08 +0000
commitd6b4400d4de76e6678bf19d958b1d7bf788cafa2 (patch)
treeccdc4d3987d02e092c3bf146ba2ac9a55545fe14 /src/strindex.c
parentedec6a4200e22f9d9e7cf2ee13dc74c0c91c97c7 (diff)
downloadzix-d6b4400d4de76e6678bf19d958b1d7bf788cafa2.tar.gz
zix-d6b4400d4de76e6678bf19d958b1d7bf788cafa2.tar.bz2
zix-d6b4400d4de76e6678bf19d958b1d7bf788cafa2.zip
Make zix_strindex_insert static
git-svn-id: http://svn.drobilla.net/zix/trunk@17 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
Diffstat (limited to 'src/strindex.c')
-rw-r--r--src/strindex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/strindex.c b/src/strindex.c
index 0221cda..8df1fea 100644
--- a/src/strindex.c
+++ b/src/strindex.c
@@ -144,8 +144,7 @@ strindex_split_edge(ZixStrindexNode* child,
child->num_children = 1;
}
-ZIX_API
-ZixStatus
+static ZixStatus
strindex_insert(ZixStrindexNode* n, char* suffix_first, char* first, char* last)
{
size_t child_i;