Files
easy7zip/CPP/7zip/Compress/XpressDecoder.h
Tino Reichardt c3967fe27a Initialer Commit
2016-06-25 21:15:50 +02:00

14 lines
217 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