diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:10 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:10 -0700 |
commit | 8e34b3a8024c028dd9fd21d70525fc6d215efde5 (patch) | |
tree | 896a32f54abdf42ae3c1bb3c5d5627668b481ce4 /inflate.h | |
parent | 13a294f044ef0a89b2dcbfbb5d4d4c792673348e (diff) | |
download | zlib-1.2.0.2.tar.gz zlib-1.2.0.2.tar.bz2 zlib-1.2.0.2.zip |
zlib 1.2.0.2v1.2.0.2
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 */ |