Welcome to mirror list, hosted at ThFree Co, Russian Federation.

LzmaIn.h « Lzma « Archive « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f237f2d8adf68d31db9e5cdf616f8bc34660f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Archive/LzmaIn.h

#ifndef __ARCHIVE_LZMA_IN_H
#define __ARCHIVE_LZMA_IN_H

#include "LzmaItem.h"
#include "../../IStream.h"

namespace NArchive {
namespace NLzma {

HRESULT ReadStreamHeader(ISequentialInStream *inStream, CHeader &st);

}}
  
#endif