diff options
Diffstat (limited to 'src/Common/zlib/inflate.h')
-rw-r--r-- | src/Common/zlib/inflate.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Common/zlib/inflate.h b/src/Common/zlib/inflate.h index a46cce6b..f127b6b1 100644 --- a/src/Common/zlib/inflate.h +++ b/src/Common/zlib/inflate.h @@ -1,3 +1,3 @@ /* 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 @@ -88,3 +88,4 @@ struct inflate_state { 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) */ |