diff options
Diffstat (limited to 'uncompr.c')
-rw-r--r-- | uncompr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ | |||
22 | enough memory, Z_BUF_ERROR if there was not enough room in the output | 22 | enough memory, Z_BUF_ERROR if there was not enough room in the output |
23 | buffer, or Z_DATA_ERROR if the input data was corrupted. | 23 | buffer, or Z_DATA_ERROR if the input data was corrupted. |
24 | */ | 24 | */ |
25 | int EXPORT uncompress (dest, destLen, source, sourceLen) | 25 | int ZEXPORT uncompress (dest, destLen, source, sourceLen) |
26 | Bytef *dest; | 26 | Bytef *dest; |
27 | uLongf *destLen; | 27 | uLongf *destLen; |
28 | const Bytef *source; | 28 | const Bytef *source; |