diff options
author | Xavier Roche <roche@httrack.com> | 2023-11-18 11:03:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 11:03:53 +0100 |
commit | 300f906d7829293715f8e35855207ff42a395d8d (patch) | |
tree | 5394f22a853dbf11c12d2b4deae43d06bac34e0d /src/minizip/zip.h.diff | |
parent | 8316bc0e974c2a84a35f2175d413804c9b5be90c (diff) | |
parent | 3bffe8ca4659fbca47dcc8fba0472fadcf659a51 (diff) |
Merge pull request #265 from jayaddison/maintenance/update-zlib-1.3
Maintenance: update vendored minizip code to the version distributed with zlib v1.3
Diffstat (limited to 'src/minizip/zip.h.diff')
-rw-r--r-- | src/minizip/zip.h.diff | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/src/minizip/zip.h.diff b/src/minizip/zip.h.diff index f17bddc..8c0725c 100644 --- a/src/minizip/zip.h.diff +++ b/src/minizip/zip.h.diff @@ -1,26 +1,14 @@ ---- zip.h.orig 2010-02-15 12:58:22.000000000 +0100 -+++ zip.h 2014-05-24 13:47:52.838188589 +0200 -@@ -144,6 +144,11 @@ - zipcharpc* globalcomment, - zlib_filefunc64_def* pzlib_filefunc_def)); - -+extern zipFile ZEXPORT zipOpen3 OF((const void *pathname, -+ int append, -+ zipcharpc* globalcomment, -+ zlib_filefunc64_32_def* pzlib_filefunc64_32_def)); -+ - extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file, - const char* filename, - const zip_fileinfo* zipfi, -@@ -311,6 +316,11 @@ +--- zip.h.orig 2023-11-17 16:21:50.363864777 +0000 ++++ zip.h 2023-11-17 16:26:04.675858368 +0000 +@@ -313,6 +313,11 @@ Write data in the zipfile */ -+extern int ZEXPORT zipFlush OF((zipFile file)); ++extern int ZEXPORT zipFlush (zipFile file); +/* + Flush the zipfile output +*/ + - extern int ZEXPORT zipCloseFileInZip OF((zipFile file)); + extern int ZEXPORT zipCloseFileInZip(zipFile file); /* Close the current file in the zipfile |