summaryrefslogtreecommitdiff
path: root/zlib/deflate.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-03-23 21:08:13 +0100
committerunknown <serg@serg.mylan>2005-03-23 21:08:13 +0100
commitd4285cae162fed7e170507f10eff9cec3b240a6d (patch)
tree9defb6fc4bb5a6c4a12f100e1c2644a098e81253 /zlib/deflate.h
parent58aeecb078023ea64c40d8fe2af74a756b759ea2 (diff)
downloadmariadb-git-d4285cae162fed7e170507f10eff9cec3b240a6d.tar.gz
upgrade zlib to 1.2.2
acinclude.m4: clarify help text
Diffstat (limited to 'zlib/deflate.h')
-rw-r--r--zlib/deflate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zlib/deflate.h b/zlib/deflate.h
index e31f66be521..410681d18a4 100644
--- a/zlib/deflate.h
+++ b/zlib/deflate.h
@@ -95,7 +95,6 @@ typedef struct internal_state {
Bytef *pending_out; /* next pending byte to output to the stream */
int pending; /* nb of bytes in the pending buffer */
int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
- Byte data_type; /* UNKNOWN, BINARY or ASCII */
Byte method; /* STORED (for zip only) or DEFLATED */
int last_flush; /* value of flush param for previous deflate call */