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