diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-03-02 17:15:20 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2012-03-02 17:15:20 +0000 |
commit | 43743d63b3e6026088cb5bacca87ccc08acd97cd (patch) | |
tree | 08301625dedcb8a8837a464f46ca0292c54c5ecb /zlib/contrib/minizip/mztools.h | |
parent | 5d216c70d980e3169b42e9734cf4bea1648ff8f0 (diff) | |
download | gcc-43743d63b3e6026088cb5bacca87ccc08acd97cd.zip gcc-43743d63b3e6026088cb5bacca87ccc08acd97cd.tar.gz gcc-43743d63b3e6026088cb5bacca87ccc08acd97cd.tar.bz2 |
2012-03-02 Matthias Klose <doko@ubuntu.com>
* Imported zlib 1.2.5; merged local changes.
From-SVN: r184805
Diffstat (limited to 'zlib/contrib/minizip/mztools.h')
-rw-r--r-- | zlib/contrib/minizip/mztools.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zlib/contrib/minizip/mztools.h b/zlib/contrib/minizip/mztools.h index eee78dc..88b3459 100644 --- a/zlib/contrib/minizip/mztools.h +++ b/zlib/contrib/minizip/mztools.h @@ -17,14 +17,14 @@ extern "C" { #include "unzip.h" -/* Repair a ZIP file (missing central directory) +/* Repair a ZIP file (missing central directory) file: file to recover fileOut: output file after recovery fileOutTmp: temporary file name used for recovery */ -extern int ZEXPORT unzRepair(const char* file, - const char* fileOut, - const char* fileOutTmp, +extern int ZEXPORT unzRepair(const char* file, + const char* fileOut, + const char* fileOutTmp, uLong* nRecovered, uLong* bytesRecovered); |