Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007 #ifndef _zip_tools_H
00008 #define _zip_tools_H
00009
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013
00014 #ifndef _ZLIB_H
00015 #include "zlib.h"
00016 #endif
00017
00018 #include "unzip.h"
00019
00020
00021
00022
00023
00024
00025 extern int ZEXPORT unzRepair(const char* file,
00026 const char* fileOut,
00027 const char* fileOutTmp,
00028 uLong* nRecovered,
00029 uLong* bytesRecovered);
00030
00031 #endif