Files
easy7zip/CPP/7zip/Compress/XpressDecoder.h
Igor Pavlov ec44a8a070 22.00
2022-06-23 11:43:16 +01:00

14 lines
204 B
C++
Executable File

// 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