Files
easy7zip/CPP/7zip/Archive/Tar/TarIn.h
Igor Pavlov c65230d858 9.18
2016-05-28 00:16:04 +01:00

18 lines
268 B
C++
Executable File

// TarIn.h
#ifndef __ARCHIVE_TAR_IN_H
#define __ARCHIVE_TAR_IN_H
#include "../../IStream.h"
#include "TarItem.h"
namespace NArchive {
namespace NTar {
HRESULT ReadItem(ISequentialInStream *stream, bool &filled, CItemEx &itemInfo, AString &error);
}}
#endif