diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:23:45 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:23:45 -0700 |
commit | 7a6955760ba950eb82f57929f8f6c9847c65f0af (patch) | |
tree | e2cd657aca6d606e0b28bf57fe45e914717a334c /deflate.h | |
parent | f0e76a6634eb26e3ddc6dfc6f2489553eff8c8f4 (diff) | |
download | zlib-7a6955760ba950eb82f57929f8f6c9847c65f0af.tar.gz zlib-7a6955760ba950eb82f57929f8f6c9847c65f0af.tar.bz2 zlib-7a6955760ba950eb82f57929f8f6c9847c65f0af.zip |
zlib 1.2.1.2v1.2.1.2
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -95,7 +95,6 @@ typedef struct internal_state { | |||
95 | Bytef *pending_out; /* next pending byte to output to the stream */ | 95 | Bytef *pending_out; /* next pending byte to output to the stream */ |
96 | int pending; /* nb of bytes in the pending buffer */ | 96 | int pending; /* nb of bytes in the pending buffer */ |
97 | int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ | 97 | int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ |
98 | Byte data_type; /* UNKNOWN, BINARY or ASCII */ | ||
99 | Byte method; /* STORED (for zip only) or DEFLATED */ | 98 | Byte method; /* STORED (for zip only) or DEFLATED */ |
100 | int last_flush; /* value of flush param for previous deflate call */ | 99 | int last_flush; /* value of flush param for previous deflate call */ |
101 | 100 | ||