Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / quetzal.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 quetzal.c' */
7 #ifndef CFH_QUETZAL_H
8 #define CFH_QUETZAL_H
9
10 /* From `quetzal.c': */
11 BOOL quetzal_diff (const zbyte *a , const zbyte *b , glui32 length , zbyte **diff , glui32 *diff_length , BOOL do_utf8 );
12 BOOL quetzal_undiff (zbyte *dest , glui32 length , const zbyte *diff , glui32 diff_length , BOOL do_utf8 );
13 BOOL savequetzal (strid_t stream );
14 BOOL restorequetzal (strid_t stream );
15 strid_t quetzal_findgamefile (strid_t stream );
16
17 #endif /* CFH_QUETZAL_H */