android_mt6572_jiabo/external/p7zip/CPP/7zip/Compress/XpressDecoder.h
2025-09-05 16:56:03 +08:00

13 lines
204 B
C++

// XpressDecoder.h
#ifndef __XPRESS_DECODER_H
#define __XPRESS_DECODER_H
namespace NCompress {
namespace NXpress {
HRESULT Decode(const Byte *in, size_t inSize, Byte *out, size_t outSize);
}}
#endif