diff options
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -296,6 +296,7 @@ void ZLIB_INTERNAL _tr_init OF((deflate_state *s)); | |||
296 | int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); | 296 | int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); |
297 | void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, | 297 | void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, |
298 | ulg stored_len, int last)); | 298 | ulg stored_len, int last)); |
299 | void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s)); | ||
299 | void ZLIB_INTERNAL _tr_align OF((deflate_state *s)); | 300 | void ZLIB_INTERNAL _tr_align OF((deflate_state *s)); |
300 | void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf, | 301 | void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf, |
301 | ulg stored_len, int last)); | 302 | ulg stored_len, int last)); |