1 /* $NetBSD: mztools.h,v 1.1.1.1 2006/01/14 20:10:58 christos Exp $ */
4 Additional tools for Minizip
5 Code: Xavier Roche '2004
6 License: Same as ZLIB (www.gzip.org)
22 /* Repair a ZIP file (missing central directory)
24 fileOut: output file after recovery
25 fileOutTmp: temporary file name used for recovery
27 extern int ZEXPORT
unzRepair(const char* file
,
29 const char* fileOutTmp
,
31 uLong
* bytesRecovered
);