diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-08 20:06:06 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-08 20:06:06 +0000 |
commit | 3a7441b57b9bcd1b1eef01178444affda007dd64 (patch) | |
tree | 335e7b5319647cfd23b294e4bcb180a1e0841eab /src/minizip/zip.h.diff | |
parent | eeee43acb768e8919559927ebffc31bc91447bec (diff) |
Reverted diff, groumph.
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 c214530..f17bddc 100644 --- a/src/minizip/zip.h.diff +++ b/src/minizip/zip.h.diff @@ -1,26 +1,26 @@ ---- 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 @@ +--- 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 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, -@@ -316,11 +311,6 @@ +@@ -311,6 +316,11 @@ 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 |