Implemented upx_zlib_decompress().

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-21 04:42:47 +01:00
parent 2ced230965
commit 3365ccbb9c
2 changed files with 62 additions and 5 deletions
+4
View File
@@ -92,6 +92,10 @@ int upx_ucl_test_overlap ( const upx_bytep buf, unsigned src_off,
#if defined(WITH_ZLIB)
const char *upx_zlib_version_string(void);
int upx_zlib_decompress ( const upx_bytep src, unsigned src_len,
upx_bytep dst, unsigned* dst_len,
int method,
const upx_compress_result_t *cresult );
#endif