summaryrefslogtreecommitdiffstats
path: root/src/strindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strindex.c')
-rw-r--r--src/strindex.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/strindex.c b/src/strindex.c
index 8df1fea..eae98b2 100644
--- a/src/strindex.c
+++ b/src/strindex.c
@@ -37,10 +37,11 @@ struct _ZixStrindex {
ZixStrindexNode* root; /* Root of the tree */
};
-static ZixStatus strindex_insert(ZixStrindexNode* n,
- char* suffix_first,
- char* first,
- char* last);
+static ZixStatus
+strindex_insert(ZixStrindexNode* n,
+ char* suffix_first,
+ char* first,
+ char* last);
ZIX_API
ZixStrindex*