00001 00011 #ifndef _ICE68_H_ 00012 #define _ICE68_H_ 00013 00014 #ifdef __cplusplus 00015 extern "C" { 00016 #endif 00017 00018 #include "file68/istream68.h" 00019 00027 int ice_is_magic(const void * buffer); 00028 00040 void *ice_load(istream_t *is, int *ulen); 00041 00052 void *ice_load_file(const char *fname, int *ulen); 00053 00054 #ifdef __cplusplus 00055 } 00056 #endif 00057 00058 #endif /* #ifndef _ICE68_H_ */ 00059