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 --- infcodes.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'infcodes.c') diff --git a/infcodes.c b/infcodes.c index 6314e80..3ae3818 100644 --- a/infcodes.c +++ b/infcodes.c @@ -60,7 +60,7 @@ inflate_codes_statef *inflate_codes_new(bl, bd, tl, td, z) uInt bl, bd; inflate_huft *tl; inflate_huft *td; /* need separate declaration for Borland C++ */ -z_stream *z; +z_streamp z; { inflate_codes_statef *c; @@ -80,7 +80,7 @@ z_stream *z; int inflate_codes(s, z, r) inflate_blocks_statef *s; -z_stream *z; +z_streamp z; int r; { uInt j; /* temporary storage */ @@ -240,7 +240,7 @@ int r; void inflate_codes_free(c, z) inflate_codes_statef *c; -z_stream *z; +z_streamp z; { ZFREE(z, c); Tracev((stderr, "inflate: codes free\n")); -- cgit v1.2.3-55-g6feb