diff options
Diffstat (limited to 'inflate.h')
-rw-r--r-- | inflate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ typedef enum { | |||
80 | struct inflate_state { | 80 | struct inflate_state { |
81 | inflate_mode mode; /* current inflate mode */ | 81 | inflate_mode mode; /* current inflate mode */ |
82 | int last; /* true if processing last block */ | 82 | int last; /* true if processing last block */ |
83 | int wrap; /* true to process header and trailer */ | 83 | int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ |
84 | int havedict; /* true if dictionary provided */ | 84 | int havedict; /* true if dictionary provided */ |
85 | int flags; /* gzip header method and flags (0 if zlib) */ | 85 | int flags; /* gzip header method and flags (0 if zlib) */ |
86 | unsigned long check; /* protected copy of check value */ | 86 | unsigned long check; /* protected copy of check value */ |