summaryrefslogtreecommitdiff
path: root/src/minizip/zip.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'src/minizip/zip.h.diff')
-rw-r--r--src/minizip/zip.h.diff22
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