Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / tokenise.h
1 /* This is a Cfunctions (version 0.24) generated header file.
2    Cfunctions is a free program for extracting headers from C files.
3    Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */
4
5 /* This file was generated with:
6 `cfunctions -i tokenise.c' */
7 #ifndef CFH_TOKENISE_H
8 #define CFH_TOKENISE_H
9
10 /* From `tokenise.c': */
11
12 #ifdef SMART_TOKENISER
13 extern struct Typocorrection * recent_corrections;
14 void forget_corrections (void);
15
16 #endif
17 void z_tokenise (const char *text , int length , zword parse_dest , zword dictionarytable , BOOL write_unrecognized );
18 void op_tokenise (void);
19
20 #endif /* CFH_TOKENISE_H */