From ff11b0a61f7345572ff2e413173d3179486162f2 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:17:02 -0700 Subject: zlib 1.0.4 --- infblock.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'infblock.h') diff --git a/infblock.h b/infblock.h index ee2c063..3ecd50c 100644 --- a/infblock.h +++ b/infblock.h @@ -12,23 +12,23 @@ struct inflate_blocks_state; typedef struct inflate_blocks_state FAR inflate_blocks_statef; extern inflate_blocks_statef * inflate_blocks_new OF(( - z_stream *z, + z_streamp z, check_func c, /* check function */ uInt w)); /* window size */ extern int inflate_blocks OF(( inflate_blocks_statef *, - z_stream *, + z_streamp , int)); /* initial return code */ extern void inflate_blocks_reset OF(( inflate_blocks_statef *, - z_stream *, + z_streamp , uLongf *)); /* check value on output */ extern int inflate_blocks_free OF(( inflate_blocks_statef *, - z_stream *, + z_streamp , uLongf *)); /* check value on output */ extern void inflate_set_dictionary OF(( -- cgit v1.2.3-55-g6feb