mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 06:07:07 -06:00
4.44 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
804edc5756
commit
d9666cf046
15
CPP/7zip/Archive/RPM/RpmIn.h
Executable file
15
CPP/7zip/Archive/RPM/RpmIn.h
Executable file
@@ -0,0 +1,15 @@
|
||||
// Archive/RpmIn.h
|
||||
|
||||
#ifndef __ARCHIVE_RPM_IN_H
|
||||
#define __ARCHIVE_RPM_IN_H
|
||||
|
||||
#include "../../IStream.h"
|
||||
|
||||
namespace NArchive {
|
||||
namespace NRpm {
|
||||
|
||||
HRESULT OpenArchive(IInStream *inStream);
|
||||
|
||||
}}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user