00001
00011
00012
00013 #ifndef _UNICE68_H_
00014 #define _UNICE68_H_
00015
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019
00030 int unice68_ice_version(void);
00031
00054 int unice68_get_depacked_size(const void * buffer, int * p_csize);
00055
00072 int unice68_depacker(void * dest, const void * src);
00073
00078 #ifdef __cplusplus
00079 }
00080 #endif
00081
00082 #endif
00083