From 4ca984fb447ac57120c394cf2fbba23837ed31c2 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:03:14 -0700 Subject: zlib 0.8 --- infblock.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'infblock.h') diff --git a/infblock.h b/infblock.h index a21d730..4a9e0e2 100644 --- a/infblock.h +++ b/infblock.h @@ -11,9 +11,9 @@ struct inflate_blocks_state; extern struct inflate_blocks_state * inflate_blocks_new __P(( - z_stream *, - check_func checkfn, /* check function */ - uInt)); /* window size */ + z_stream *z, + check_func c, /* check function */ + uInt w)); /* window size */ extern int inflate_blocks __P(( struct inflate_blocks_state *, @@ -23,5 +23,4 @@ extern int inflate_blocks __P(( extern int inflate_blocks_free __P(( struct inflate_blocks_state *, z_stream *, - uLong *, /* check value on output */ - int *)); /* possible leftover byte to return */ + uLong *)); /* check value on output */ -- cgit v1.2.3-55-g6feb