diff options
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 */ |