diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:10:21 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:10:21 -0700 |
commit | 25e5325501edade156e897f95afdaa2be78ad9a3 (patch) | |
tree | 82687eec194357f9f94f6f137697ffd7a600c1cf /deflate.h | |
parent | 23c69f10698301ae97709eb0bbfb371d66b99a08 (diff) | |
download | zlib-25e5325501edade156e897f95afdaa2be78ad9a3.tar.gz zlib-25e5325501edade156e897f95afdaa2be78ad9a3.tar.bz2 zlib-25e5325501edade156e897f95afdaa2be78ad9a3.zip |
zlib 0.95v0.95
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -233,6 +233,7 @@ typedef struct internal_state { | |||
233 | ulg static_len; /* bit length of current block with static trees */ | 233 | ulg static_len; /* bit length of current block with static trees */ |
234 | ulg compressed_len; /* total bit length of compressed file */ | 234 | ulg compressed_len; /* total bit length of compressed file */ |
235 | uInt matches; /* number of string matches in current block */ | 235 | uInt matches; /* number of string matches in current block */ |
236 | int last_eob_len; /* bit length of EOB code for last block */ | ||
236 | 237 | ||
237 | #ifdef DEBUG | 238 | #ifdef DEBUG |
238 | ulg bits_sent; /* bit length of the compressed data */ | 239 | ulg bits_sent; /* bit length of the compressed data */ |