2023-02-15 13:19:00 +03:00
|
|
|
#ifndef __COMPRESS__TINFGZIP_H__
|
|
|
|
#define __COMPRESS__TINFGZIP_H__
|
|
|
|
|
2023-02-16 04:05:11 +03:00
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
void *tinf_gzip_uncompress(const void *source, uint64_t sourceLen, uint64_t *outsize);
|
2023-02-15 13:19:00 +03:00
|
|
|
|
|
|
|
#endif
|