Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / iff.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 iff.c' */
7 #ifndef CFH_IFF_H
8 #define CFH_IFF_H
9
10 /* From `iff.c': */
11 BOOL iffgetchunk (strid_t stream , char *desttype , glui32 *ulength , glui32 file_size );
12 BOOL ifffindchunk (strid_t stream , const char *type , glui32 *length , glui32 loc );
13 void iffputchunk (strid_t stream , const char *type , glui32 ulength );
14 void iffpadend (strid_t stream );
15
16 #endif /* CFH_IFF_H */