From 64b2e892035cf6ea98800c54dce0d63730d50272 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:06:52 -0700 Subject: zlib 0.9 --- deflate.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'deflate.h') diff --git a/deflate.h b/deflate.h index 740c25a..1f8068e 100644 --- a/deflate.h +++ b/deflate.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* $Id: deflate.h,v 1.3 1995/04/14 12:39:45 jloup Exp $ */ +/* $Id: deflate.h,v 1.4 1995/05/01 15:08:45 jloup Exp $ */ #include "zutil.h" @@ -268,3 +268,5 @@ 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_stored_block __P((deflate_state *s, char *buf, ulg stored_len, + int eof)); -- cgit v1.2.1