aboutsummaryrefslogtreecommitdiffstats
path: root/findhyphen.h
blob: 9086e1cf02008d850f2b2846c54ff50f22b8257e (plain)
1
2
3
4
5
6
7
8
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);