summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/Archive/Tar/TarIn.h
blob: cc6e3f5b5e8b2b82b1e77c9f1bb5674ee3ac6346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Archive/TarIn.h

#ifndef __ARCHIVE_TAR_IN_H
#define __ARCHIVE_TAR_IN_H

#include "Common/MyCom.h"
#include "../../IStream.h"

#include "TarItem.h"

namespace NArchive {
namespace NTar {
  
HRESULT ReadItem(ISequentialInStream *stream, bool &filled, CItemEx &itemInfo);

}}
  
#endif