]> git.lizzy.rs Git - zlib.git/blobdiff - deflate.h
Write out all of the available bits when using Z_BLOCK.
[zlib.git] / deflate.h
index 3590e4d8670057a571b70131ffaeb645d016e31d..d605fc6d920b24b0ef90f6eade20b734fe7cc1a4 100644 (file)
--- a/deflate.h
+++ b/deflate.h
@@ -296,6 +296,7 @@ void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
                         ulg stored_len, int last));
+void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
                         ulg stored_len, int last));