summaryrefslogtreecommitdiff
path: root/inflate.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:10 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:10 -0700
commit8e34b3a8024c028dd9fd21d70525fc6d215efde5 (patch)
tree896a32f54abdf42ae3c1bb3c5d5627668b481ce4 /inflate.h
parent13a294f044ef0a89b2dcbfbb5d4d4c792673348e (diff)
downloadzlib-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 '')
-rw-r--r--inflate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inflate.h b/inflate.h
index 5bcc82b..2221b23 100644
--- a/inflate.h
+++ b/inflate.h
@@ -80,7 +80,7 @@ typedef enum {
80struct inflate_state { 80struct 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 */