aboutsummaryrefslogtreecommitdiff
path: root/uncompr.c
diff options
context:
space:
mode:
Diffstat (limited to 'uncompr.c')
-rw-r--r--uncompr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uncompr.c b/uncompr.c
index f03a1a8..f9532f4 100644
--- a/uncompr.c
+++ b/uncompr.c
@@ -24,7 +24,7 @@
24 Z_DATA_ERROR if the input data was corrupted, including if the input data is 24 Z_DATA_ERROR if the input data was corrupted, including if the input data is
25 an incomplete zlib stream. 25 an incomplete zlib stream.
26*/ 26*/
27int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) 27int ZEXPORT uncompress2(dest, destLen, source, sourceLen)
28 Bytef *dest; 28 Bytef *dest;
29 uLongf *destLen; 29 uLongf *destLen;
30 const Bytef *source; 30 const Bytef *source;
@@ -83,7 +83,7 @@ int ZEXPORT uncompress2 (dest, destLen, source, sourceLen)
83 err; 83 err;
84} 84}
85 85
86int ZEXPORT uncompress (dest, destLen, source, sourceLen) 86int ZEXPORT uncompress(dest, destLen, source, sourceLen)
87 Bytef *dest; 87 Bytef *dest;
88 uLongf *destLen; 88 uLongf *destLen;
89 const Bytef *source; 89 const Bytef *source;