From 0484693e1723bbab791c56f95597bd7dbe867d03 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:24:33 -0700 Subject: zlib 1.2.2.2 --- inflate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inflate.h') 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 { int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ int havedict; /* true if dictionary provided */ int flags; /* gzip header method and flags (0 if zlib) */ + unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ unsigned long check; /* protected copy of check value */ unsigned long total; /* protected copy of output count */ gz_headerp head; /* where to save gzip header information */ -- cgit v1.2.3-55-g6feb