aboutsummaryrefslogtreecommitdiff
path: root/deflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'deflate.h')
-rw-r--r--deflate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deflate.h b/deflate.h
index 3590e4d..d605fc6 100644
--- a/deflate.h
+++ b/deflate.h
@@ -296,6 +296,7 @@ void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
296int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 296int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
297void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 297void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
298 ulg stored_len, int last)); 298 ulg stored_len, int last));
299void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
299void ZLIB_INTERNAL _tr_align OF((deflate_state *s)); 300void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
300void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf, 301void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
301 ulg stored_len, int last)); 302 ulg stored_len, int last));