2020-12-27 00:27:47 +01:00

8 lines
184 B
C

#ifndef __LIB__TINF_H__
#define __LIB__TINF_H__
extern int (*tinf_gzip_uncompress)(void *dest,
const void *source, unsigned int sourceLen);
#endif