aboutsummaryrefslogtreecommitdiffstats
path: root/findhyphen.h
diff options
context:
space:
mode:
Diffstat (limited to 'findhyphen.h')
-rw-r--r--findhyphen.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/findhyphen.h b/findhyphen.h
new file mode 100644
index 0000000..9086e1c
--- /dev/null
+++ b/findhyphen.h
@@ -0,0 +1,9 @@
+extern char mytolower(char ch);
+
+extern void BuildTree(char **Patterns);
+
+extern void AddException(char *Name);
+
+extern void DoHyphens(char *word, int **posis, int *posicnt);
+
+extern void DestroyTree(void);