diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-24 07:56:11 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-24 07:56:11 +0000 |
commit | 882578ed9a39a03d7f08183fdec12dce7da00588 (patch) | |
tree | c642884dad62d62159d7a507586bfe851c9e1a69 /src/minizip/zip.h.diff | |
parent | 1ec8b5fb9e57025da7bd88b648b2f9ed19f70510 (diff) |
Upgraded to minizip 1.1 from zlib 1.2.8
Diffstat (limited to 'src/minizip/zip.h.diff')
-rw-r--r-- | src/minizip/zip.h.diff | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/src/minizip/zip.h.diff b/src/minizip/zip.h.diff index 2289ccb..ef44917 100644 --- a/src/minizip/zip.h.diff +++ b/src/minizip/zip.h.diff @@ -1,15 +1,7 @@ ---- zip.h.orig 2014-05-23 15:29:40.979965126 +0200 -+++ zip.h 2014-05-23 15:29:40.975965289 +0200 -@@ -212,7 +212,6 @@ - Close the current file in the zipfile - */ - -- - extern int ZEXPORT zipCloseFileInZipRaw OF((zipFile file, - uLong uncompressed_size, - uLong crc32)); -@@ -228,6 +227,11 @@ - Close the zipfile +--- zip.h.orig 2014-05-24 09:54:26.318882685 +0200 ++++ zip.h 2014-05-24 09:53:48.600412340 +0200 +@@ -311,6 +311,11 @@ + Write data in the zipfile */ +extern int ZEXPORT zipFlush OF((zipFile file)); @@ -17,6 +9,6 @@ + Flush the zipfile output +*/ + - #ifdef __cplusplus - } - #endif + extern int ZEXPORT zipCloseFileInZip OF((zipFile file)); + /* + Close the current file in the zipfile |