diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-24 07:45:12 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-24 07:45:12 +0000 |
commit | 796c62f07ca43682af6fa77979ac02355aa984c4 (patch) | |
tree | a83df5c0ac19f7a3e65967f7f5e0f728c2ccd58c /src/minizip/zip.h.diff | |
parent | cefcc0426613cc761373e785980c87c77f8a8cb5 (diff) |
Diff are better.
Diffstat (limited to 'src/minizip/zip.h.diff')
-rw-r--r-- | src/minizip/zip.h.diff | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/minizip/zip.h.diff b/src/minizip/zip.h.diff new file mode 100644 index 0000000..2289ccb --- /dev/null +++ b/src/minizip/zip.h.diff @@ -0,0 +1,22 @@ +--- 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 + */ + ++extern int ZEXPORT zipFlush OF((zipFile file)); ++/* ++ Flush the zipfile output ++*/ ++ + #ifdef __cplusplus + } + #endif |