mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 06:40:48 +00:00
This reverts commit 5a3cd8671e78fa1877ab484219923de64ae3360e.
This commit is contained in:
parent
5a3cd8671e
commit
78b25b20dd
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user