Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/woip/c/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'woip/c/search.h')
-rw-r--r--woip/c/search.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/woip/c/search.h b/woip/c/search.h
new file mode 100644
index 0000000..95bfd3b
--- /dev/null
+++ b/woip/c/search.h
@@ -0,0 +1,7 @@
+#include "ternary.h"
+
+void print_tree();
+void print_cmd();
+void load_root(char *file);
+void root_search(char *prefix, resultf r);
+void csen_set(bool b);