From 23c69f10698301ae97709eb0bbfb371d66b99a08 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:09:18 -0700 Subject: zlib 0.94 --- uncompr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uncompr.c') diff --git a/uncompr.c b/uncompr.c index c76286c..b423696 100644 --- a/uncompr.c +++ b/uncompr.c @@ -23,9 +23,9 @@ buffer, or Z_DATA_ERROR if the input data was corrupted. */ int uncompress (dest, destLen, source, sourceLen) - Byte *dest; - uLong *destLen; - Byte *source; + Bytef *dest; + uLongf *destLen; + Bytef *source; uLong sourceLen; { z_stream stream; -- cgit v1.2.3-55-g6feb