diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-08 20:00:57 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-08 20:00:57 +0000 |
commit | eeee43acb768e8919559927ebffc31bc91447bec (patch) | |
tree | 284c2ff49fb164007326f9f4a2b4b3f36e6b92ae /src/minizip/zip.h.diff | |
parent | 91946b783499479fe65955bdad7865fd967934ea (diff) |
Added minizip orig files.
Diffstat (limited to 'src/minizip/zip.h.diff')
-rw-r--r-- | src/minizip/zip.h.diff | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/minizip/zip.h.diff b/src/minizip/zip.h.diff index f17bddc..c214530 100644 --- a/src/minizip/zip.h.diff +++ b/src/minizip/zip.h.diff @@ -1,26 +1,26 @@ ---- 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 @@ +--- zip.h 2014-05-24 13:47:52.838188589 +0200 ++++ zip.h.orig 2010-02-15 12:58:22.000000000 +0100 +@@ -144,11 +144,6 @@ 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 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 @@ +@@ -316,11 +311,6 @@ Write data in the zipfile */ -+extern int ZEXPORT zipFlush OF((zipFile file)); -+/* -+ Flush the zipfile output -+*/ -+ +-extern int ZEXPORT zipFlush OF((zipFile file)); +-/* +- Flush the zipfile output +-*/ +- extern int ZEXPORT zipCloseFileInZip OF((zipFile file)); /* Close the current file in the zipfile |