diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:17 -0700 |
commit | e0ff940e1adb68d3575705ebf1546d9f07ad3b4a (patch) | |
tree | 792ac6996d1225c0955027050296126bc8ff6e26 /contrib/minizip/zip.h | |
parent | 7df877eccdd826e94df53215f65dee639428e83f (diff) | |
download | zlib-e0ff940e1adb68d3575705ebf1546d9f07ad3b4a.tar.gz zlib-e0ff940e1adb68d3575705ebf1546d9f07ad3b4a.tar.bz2 zlib-e0ff940e1adb68d3575705ebf1546d9f07ad3b4a.zip |
zlib 1.2.3.8v1.2.3.8
Diffstat (limited to 'contrib/minizip/zip.h')
-rw-r--r-- | contrib/minizip/zip.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/minizip/zip.h b/contrib/minizip/zip.h index a33a52d..5e3a46c 100644 --- a/contrib/minizip/zip.h +++ b/contrib/minizip/zip.h | |||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | --------------------------------------------------------------------------- | 32 | --------------------------------------------------------------------------- |
33 | 33 | ||
34 | Changes | 34 | Changes |
35 | 35 | ||
36 | See header of zip.h | 36 | See header of zip.h |
37 | 37 | ||
@@ -338,13 +338,13 @@ extern int ZEXPORT zipClose OF((zipFile file, | |||
338 | 338 | ||
339 | 339 | ||
340 | extern int ZEXPORT zipRemoveExtraInfoBlock OF((char* pData, int* dataLen, short sHeader)); | 340 | extern int ZEXPORT zipRemoveExtraInfoBlock OF((char* pData, int* dataLen, short sHeader)); |
341 | /* | 341 | /* |
342 | zipRemoveExtraInfoBlock - Added by Mathias Svensson | 342 | zipRemoveExtraInfoBlock - Added by Mathias Svensson |
343 | 343 | ||
344 | Remove extra information block from a extra information data for the local file header or central directory header | 344 | Remove extra information block from a extra information data for the local file header or central directory header |
345 | 345 | ||
346 | It is needed to remove ZIP64 extra information blocks when before data is written if using RAW mode. | 346 | It is needed to remove ZIP64 extra information blocks when before data is written if using RAW mode. |
347 | 347 | ||
348 | 0x0001 is the signature header for the ZIP64 extra information blocks | 348 | 0x0001 is the signature header for the ZIP64 extra information blocks |
349 | 349 | ||
350 | usage. | 350 | usage. |