diff options
Diffstat (limited to 'inflate.h')
-rw-r--r-- | inflate.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,7 +86,8 @@ struct inflate_state { | |||
86 | int wrap; /* bit 0 true for zlib, bit 1 true for gzip, | 86 | int wrap; /* bit 0 true for zlib, bit 1 true for gzip, |
87 | bit 2 true to validate check value */ | 87 | bit 2 true to validate check value */ |
88 | int havedict; /* true if dictionary provided */ | 88 | int havedict; /* true if dictionary provided */ |
89 | int flags; /* gzip header method and flags (0 if zlib) */ | 89 | int flags; /* gzip header method and flags, 0 if zlib, or |
90 | -1 if raw or no header yet */ | ||
90 | unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ | 91 | unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ |
91 | unsigned long check; /* protected copy of check value */ | 92 | unsigned long check; /* protected copy of check value */ |
92 | unsigned long total; /* protected copy of output count */ | 93 | unsigned long total; /* protected copy of output count */ |