mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
parent
d2ab5d05ee
commit
5a3cd8671e
@ -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 (unsigned char *dest, uint32_t *destLen,
|
int uncompress (Bytef *dest, uLongf *destLen,
|
||||||
const unsigned char *source, uint32_t sourceLen);
|
const Bytef *source, uLongf 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