aboutsummaryrefslogtreecommitdiff
path: root/contrib/minizip/zip.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/minizip/zip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/minizip/zip.h b/contrib/minizip/zip.h
index 5fc0841..3e230d3 100644
--- a/contrib/minizip/zip.h
+++ b/contrib/minizip/zip.h
@@ -177,9 +177,9 @@ extern int ZEXPORT zipOpenNewFileInZip64(zipFile file,
177 filename : the filename in zip (if NULL, '-' without quote will be used 177 filename : the filename in zip (if NULL, '-' without quote will be used
178 *zipfi contain supplemental information 178 *zipfi contain supplemental information
179 if extrafield_local!=NULL and size_extrafield_local>0, extrafield_local 179 if extrafield_local!=NULL and size_extrafield_local>0, extrafield_local
180 contains the extrafield data the the local header 180 contains the extrafield data for the local header
181 if extrafield_global!=NULL and size_extrafield_global>0, extrafield_global 181 if extrafield_global!=NULL and size_extrafield_global>0, extrafield_global
182 contains the extrafield data the the local header 182 contains the extrafield data for the global header
183 if comment != NULL, comment contain the comment string 183 if comment != NULL, comment contain the comment string
184 method contain the compression method (0 for store, Z_DEFLATED for deflate) 184 method contain the compression method (0 for store, Z_DEFLATED for deflate)
185 level contain the level of compression (can be Z_DEFAULT_COMPRESSION) 185 level contain the level of compression (can be Z_DEFAULT_COMPRESSION)