2 Additional tools for Minizip
3 Code: Xavier Roche '2004
4 License: Same as ZLIB (www.gzip.org)
20 /* Repair a ZIP file (missing central directory)
22 fileOut: output file after recovery
23 fileOutTmp: temporary file name used for recovery
25 extern int ZEXPORT
unzRepair(const char* file
,
27 const char* fileOutTmp
,
29 uLong
* bytesRecovered
);