summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/zlib-src/inflate.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-04-04 22:35:30 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-04-04 22:35:30 +0000
commita949d5a895cfd0f14aa1759a36cc8b5fa52471c6 (patch)
tree4dd9056cc8fca2a60880c1f2a7848eb6cbd77dd2 /Build/source/libs/zlib/zlib-src/inflate.h
parent0fe7398600cc177e0daad519a135544e9ca250e3 (diff)
zlib 1.2.12
git-svn-id: svn://tug.org/texlive/trunk@62907 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/zlib/zlib-src/inflate.h')
-rw-r--r--Build/source/libs/zlib/zlib-src/inflate.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/libs/zlib/zlib-src/inflate.h b/Build/source/libs/zlib/zlib-src/inflate.h
index a46cce6b6d0..f127b6b1fa5 100644
--- a/Build/source/libs/zlib/zlib-src/inflate.h
+++ b/Build/source/libs/zlib/zlib-src/inflate.h
@@ -1,5 +1,5 @@
/* inflate.h -- internal inflate state definition
- * Copyright (C) 1995-2016 Mark Adler
+ * Copyright (C) 1995-2019 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -86,7 +86,8 @@ struct inflate_state {
int wrap; /* bit 0 true for zlib, bit 1 true for gzip,
bit 2 true to validate check value */
int havedict; /* true if dictionary provided */
- int flags; /* gzip header method and flags (0 if zlib) */
+ int flags; /* gzip header method and flags, 0 if zlib, or
+ -1 if raw or no header yet */
unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
unsigned long check; /* protected copy of check value */
unsigned long total; /* protected copy of output count */