diff options
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -268,5 +268,6 @@ typedef struct internal_state { | |||
268 | void ct_init __P((deflate_state *s)); | 268 | void ct_init __P((deflate_state *s)); |
269 | int ct_tally __P((deflate_state *s, int dist, int lc)); | 269 | int ct_tally __P((deflate_state *s, int dist, int lc)); |
270 | ulg ct_flush_block __P((deflate_state *s, char *buf, ulg stored_len, int eof)); | 270 | ulg ct_flush_block __P((deflate_state *s, char *buf, ulg stored_len, int eof)); |
271 | void ct_align __P((deflate_state *s)); | ||
271 | void ct_stored_block __P((deflate_state *s, char *buf, ulg stored_len, | 272 | void ct_stored_block __P((deflate_state *s, char *buf, ulg stored_len, |
272 | int eof)); | 273 | int eof)); |