Revert "Update zlib.h (#13641)" (#13642)

This reverts commit 5a3cd8671e78fa1877ab484219923de64ae3360e.
This commit is contained in:
Autechre 2022-02-19 21:56:52 +01:00 committed by GitHub
parent 5a3cd8671e
commit 78b25b20dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1190,8 +1190,8 @@ typedef int (*out_func) (void FAR *, unsigned char FAR *, unsigned);
compress() or compress2() call to allocate the destination buffer. compress() or compress2() call to allocate the destination buffer.
*/ */
int uncompress (Bytef *dest, uLongf *destLen, int uncompress (unsigned char *dest, uint32_t *destLen,
const Bytef *source, uLongf sourceLen); const unsigned char *source, uint32_t sourceLen);
/* /*
Decompresses the source buffer into the destination buffer. sourceLen is Decompresses the source buffer into the destination buffer. sourceLen is
the byte length of the source buffer. Upon entry, destLen is the total size the byte length of the source buffer. Upon entry, destLen is the total size