mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 00:07:00 -06:00
16 lines
202 B
C++
Executable File
16 lines
202 B
C++
Executable File
// 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
|