#ifndef _UNLZMA_H #define _UNLZMA_H extern int lzma_inflate(UINT8 *in_ptr, UINT32 in_size, UINT8 *out_ptr, UINT32 out_size); #endif