With the new cut-down index, my previous upper-bound estimate on
[sgt/agedu] / trie.h
diff --git a/trie.h b/trie.h
index 6a6d7ed..727d976 100644 (file)
--- a/trie.h
+++ b/trie.h
@@ -110,6 +110,7 @@ unsigned long trie_count(const void *t);
 typedef struct triewalk triewalk;
 triewalk *triewalk_new(const void *t);
 const struct trie_file *triewalk_next(triewalk *tw, char *buf);
+void triewalk_rebase(triewalk *tw, const void *t);
 void triewalk_free(triewalk *tw);
 
 /* ----------------------------------------------------------------------