Files
easy7zip/CPP/7zip/Compress/XpressDecoder.h
Igor Pavlov f6444c3256 15.07
2016-05-28 00:16:55 +01:00

14 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