Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef __CC_ZIP_UTILS_H
00016 #define __CC_ZIP_UTILS_H
00017
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021
00034 int inflateMemory(unsigned char *in, unsigned int inLength, unsigned char **out);
00035
00036
00037 #ifdef __cplusplus
00038 }
00039 #endif
00040
00041 #endif // __CC_ZIP_UTILS_H