diff options
Diffstat (limited to 'inflate.h')
-rw-r--r-- | inflate.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ struct inflate_state { | |||
80 | int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ | 80 | int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ |
81 | int havedict; /* true if dictionary provided */ | 81 | int havedict; /* true if dictionary provided */ |
82 | int flags; /* gzip header method and flags (0 if zlib) */ | 82 | int flags; /* gzip header method and flags (0 if zlib) */ |
83 | unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ | ||
83 | unsigned long check; /* protected copy of check value */ | 84 | unsigned long check; /* protected copy of check value */ |
84 | unsigned long total; /* protected copy of output count */ | 85 | unsigned long total; /* protected copy of output count */ |
85 | gz_headerp head; /* where to save gzip header information */ | 86 | gz_headerp head; /* where to save gzip header information */ |