summaryrefslogtreecommitdiff
path: root/infblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'infblock.c')
-rw-r--r--infblock.c8
1 files changed, 4 insertions, 4 deletions
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);