4.58 beta

This commit is contained in:
Igor Pavlov
2008-05-05 00:00:00 +00:00
committed by Kornel Lesiński
parent bd1fa36322
commit 3901bf0ab8
326 changed files with 10643 additions and 14913 deletions

16
CPP/7zip/Archive/Lzma/LzmaIn.h Executable file
View File

@@ -0,0 +1,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