mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 06:07:12 -06:00
15.07
This commit is contained in:
committed by
Kornel Lesiński
parent
cba375916f
commit
f6444c3256
13
CPP/7zip/Compress/XpressDecoder.h
Normal file
13
CPP/7zip/Compress/XpressDecoder.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user