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 --- infblock.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'infblock.h') diff --git a/infblock.h b/infblock.h index 4a9e0e2..33e1696 100644 --- a/infblock.h +++ b/infblock.h @@ -11,16 +11,21 @@ struct inflate_blocks_state; extern struct inflate_blocks_state * inflate_blocks_new __P(( - z_stream *z, - check_func c, /* check function */ - uInt w)); /* window size */ + z_stream *, + check_func, /* check function */ + uInt)); /* window size */ extern int inflate_blocks __P(( struct inflate_blocks_state *, z_stream *, int)); /* initial return code */ +extern void inflate_blocks_reset __P(( + struct inflate_blocks_state *, + z_stream *, + uLong *)); /* check value on output */ + extern int inflate_blocks_free __P(( struct inflate_blocks_state *, z_stream *, - uLong *)); /* check value on output */ + uLong *)); /* check value on output */ -- cgit v1.2.3-55-g6feb