From 333b605b2afd472b823aeda0adf0e8b1ea9843c0 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 27 May 2019 02:41:51 +0100 Subject: initial commit from asl-1.41r8.tar.gz --- findhyphen.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 findhyphen.h (limited to 'findhyphen.h') 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); -- cgit v1.2.3