summaryrefslogtreecommitdiffstats
path: root/lib/libz/deflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libz/deflate.h')
-rw-r--r--lib/libz/deflate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libz/deflate.h b/lib/libz/deflate.h
index 8f4ff2d..410681d 100644
--- a/lib/libz/deflate.h
+++ b/lib/libz/deflate.h
@@ -8,7 +8,7 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $FreeBSD$ */
+/* @(#) $Id$ */
#ifndef DEFLATE_H
#define 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 */
OpenPOWER on IntegriCloud