aboutsummaryrefslogtreecommitdiff
path: root/inflate.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:24:33 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:24:33 -0700
commit0484693e1723bbab791c56f95597bd7dbe867d03 (patch)
tree8f31dbed98b4390da74a90b484f2accf8f8a3a8e /inflate.h
parent9811b53dd9e8f67015c7199fff12b5bfc6965330 (diff)
downloadzlib-0484693e1723bbab791c56f95597bd7dbe867d03.tar.gz
zlib-0484693e1723bbab791c56f95597bd7dbe867d03.tar.bz2
zlib-0484693e1723bbab791c56f95597bd7dbe867d03.zip
zlib 1.2.2.2v1.2.2.2
Diffstat (limited to 'inflate.h')
-rw-r--r--inflate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inflate.h b/inflate.h
index 3628603..07bd3e7 100644
--- a/inflate.h
+++ b/inflate.h
@@ -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 */