aboutsummaryrefslogtreecommitdiff
path: root/contrib/minizip/unzip.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/minizip/unzip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/minizip/unzip.h b/contrib/minizip/unzip.h
index 5cfc9c6..ceb614e 100644
--- a/contrib/minizip/unzip.h
+++ b/contrib/minizip/unzip.h
@@ -313,6 +313,10 @@ extern int ZEXPORT unzGetCurrentFileInfo(unzFile file,
313 This is the Central-header version of the extra field 313 This is the Central-header version of the extra field
314 if szComment!=NULL, the comment string of the file will be copied in szComment 314 if szComment!=NULL, the comment string of the file will be copied in szComment
315 (commentBufferSize is the size of the buffer) 315 (commentBufferSize is the size of the buffer)
316 The file name and comment will be zero-terminated if there is room in the
317 provided buffer. Otherwise the buffer will contain as much as will fit. If at
318 least 65537 bytes of room is provided, then the result will always be
319 complete and zero-terminated.
316*/ 320*/
317 321
318 322