diff options
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1174,7 +1174,9 @@ ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, | |||
1174 | 1174 | ||
1175 | uncompress returns Z_OK if success, Z_MEM_ERROR if there was not | 1175 | uncompress returns Z_OK if success, Z_MEM_ERROR if there was not |
1176 | enough memory, Z_BUF_ERROR if there was not enough room in the output | 1176 | enough memory, Z_BUF_ERROR if there was not enough room in the output |
1177 | buffer, or Z_DATA_ERROR if the input data was corrupted or incomplete. | 1177 | buffer, or Z_DATA_ERROR if the input data was corrupted or incomplete. In |
1178 | the case where there is not enough room, uncompress() will fill the output | ||
1179 | buffer with the uncompressed data up to that point. | ||
1178 | */ | 1180 | */ |
1179 | 1181 | ||
1180 | /* gzip file access functions */ | 1182 | /* gzip file access functions */ |