summaryrefslogtreecommitdiff
path: root/zlib/gzguts.h
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-01-17 08:20:21 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-01-17 08:20:21 +0100
commitb804c4b72c96630d57166d4d7b94fb104122e95e (patch)
treed201716df848c30dbf1f41ce1836996474fea8cc /zlib/gzguts.h
parent71eda122e8649df6f78e8972119c161c75a2056b (diff)
Update bundled zlib to version 1.2.13 (13 oct 2022)
Diffstat (limited to 'zlib/gzguts.h')
-rw-r--r--zlib/gzguts.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/zlib/gzguts.h b/zlib/gzguts.h
index 990a4d251..57faf3716 100644
--- a/zlib/gzguts.h
+++ b/zlib/gzguts.h
@@ -1,5 +1,5 @@
/* gzguts.h -- zlib internal header definitions for gz* operations
- * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler
+ * Copyright (C) 2004-2019 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -39,7 +39,7 @@
# include <io.h>
#endif
-#if defined(_WIN32) || defined(__CYGWIN__)
+#if defined(_WIN32)
# define WIDECHAR
#endif
@@ -190,6 +190,7 @@ typedef struct {
/* just for writing */
int level; /* compression level */
int strategy; /* compression strategy */
+ int reset; /* true if a reset is pending after a Z_FINISH */
/* seek request */
z_off64_t skip; /* amount to skip (already rewound if backwards) */
int seek; /* true if seek request pending */