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.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'infblock.c') diff --git a/infblock.c b/infblock.c index 733e983..cc2e674 100644 --- a/infblock.c +++ b/infblock.c @@ -63,7 +63,7 @@ local uInt border[] = { /* Order of the bit length code lengths */ void inflate_blocks_reset(s, z, c) inflate_blocks_statef *s; -z_stream *z; +z_streamp z; uLongf *c; { if (s->checkfn != Z_NULL) @@ -87,7 +87,7 @@ uLongf *c; inflate_blocks_statef *inflate_blocks_new(z, c, w) -z_stream *z; +z_streamp z; check_func c; uInt w; { @@ -115,7 +115,7 @@ uInt w; #endif int inflate_blocks(s, z, r) inflate_blocks_statef *s; -z_stream *z; +z_streamp z; int r; { uInt t; /* temporary storage */ @@ -381,7 +381,7 @@ int r; int inflate_blocks_free(s, z, c) inflate_blocks_statef *s; -z_stream *z; +z_streamp z; uLongf *c; { inflate_blocks_reset(s, z, c); -- cgit v1.2.3-55-g6feb