mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 04:07:08 -06:00
3.13
This commit is contained in:
17
7zip/Archive/RPM/RpmIn.h
Executable file
17
7zip/Archive/RPM/RpmIn.h
Executable file
@@ -0,0 +1,17 @@
|
||||
// Archive/RpmIn.h
|
||||
|
||||
// #pragma once
|
||||
|
||||
#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