diff options
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -271,6 +271,9 @@ typedef struct internal_state { | |||
271 | /* Number of valid bits in bi_buf. All bits above the last valid bit | 271 | /* Number of valid bits in bi_buf. All bits above the last valid bit |
272 | * are always zero. | 272 | * are always zero. |
273 | */ | 273 | */ |
274 | int bi_used; | ||
275 | /* Last number of used bits when going to a byte boundary. | ||
276 | */ | ||
274 | 277 | ||
275 | ulg high_water; | 278 | ulg high_water; |
276 | /* High water mark offset in window for initialized bytes -- bytes above | 279 | /* High water mark offset in window for initialized bytes -- bytes above |