summaryrefslogtreecommitdiff
path: root/inflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'inflate.h')
-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 */