p7zip/CPP/7zip/Compress/XpressDecoder.h

14 lines
204 B
C
Raw Permalink Normal View History

2017-10-11 12:35:36 +02:00
// 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