Change the index file format to explicitly indicate the appropriate
[sgt/agedu] / trie.h
diff --git a/trie.h b/trie.h
index 6d377b5..2f88291 100644 (file)
--- a/trie.h
+++ b/trie.h
@@ -55,6 +55,11 @@ void triebuild_free(triebuild *tb);
  */
 
 /*
+ * Return the path separator character in use in the trie.
+ */
+char trie_pathsep(const void *t);
+
+/*
  * Return the length of the longest pathname stored in the trie,
  * including its trailing NUL.
  */