X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=interpreters%2Fnitfol%2Fiff.h;fp=interpreters%2Fnitfol%2Fiff.h;h=e2eaa91d51bc7eac65ba1251c0671eb3f54da542;hb=b1f1dc50b22b30c4d7176e1ff7c0805e80fe0724;hp=0000000000000000000000000000000000000000;hpb=50176172d18ae72d019181725c5629d45d21c548;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/nitfol/iff.h b/interpreters/nitfol/iff.h new file mode 100644 index 0000000..e2eaa91 --- /dev/null +++ b/interpreters/nitfol/iff.h @@ -0,0 +1,16 @@ +/* This is a Cfunctions (version 0.24) generated header file. + Cfunctions is a free program for extracting headers from C files. + Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */ + +/* This file was generated with: +`cfunctions -i iff.c' */ +#ifndef CFH_IFF_H +#define CFH_IFF_H + +/* From `iff.c': */ +BOOL iffgetchunk (strid_t stream , char *desttype , glui32 *ulength , glui32 file_size ); +BOOL ifffindchunk (strid_t stream , const char *type , glui32 *length , glui32 loc ); +void iffputchunk (strid_t stream , const char *type , glui32 ulength ); +void iffpadend (strid_t stream ); + +#endif /* CFH_IFF_H */