From 6b834a58bdef976383cff6e2a83f353e668a9cf1 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:08:28 -0700 Subject: zlib 0.93 --- deflate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'deflate.h') diff --git a/deflate.h b/deflate.h index c292fc7..fb6c233 100644 --- a/deflate.h +++ b/deflate.h @@ -268,5 +268,6 @@ typedef struct internal_state { void ct_init __P((deflate_state *s)); int ct_tally __P((deflate_state *s, int dist, int lc)); ulg ct_flush_block __P((deflate_state *s, char *buf, ulg stored_len, int eof)); +void ct_align __P((deflate_state *s)); void ct_stored_block __P((deflate_state *s, char *buf, ulg stored_len, int eof)); -- cgit v1.2.3-55-g6feb