mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 08:11:33 -06:00
4.44 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
804edc5756
commit
d9666cf046
23
CPP/7zip/Archive/Cpio/CpioHeader.cpp
Executable file
23
CPP/7zip/Archive/Cpio/CpioHeader.cpp
Executable file
@@ -0,0 +1,23 @@
|
||||
// Archive/cpio/Header.h
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "CpioHeader.h"
|
||||
|
||||
namespace NArchive {
|
||||
namespace NCpio {
|
||||
namespace NFileHeader {
|
||||
|
||||
namespace NMagic
|
||||
{
|
||||
extern const char *kMagic1 = "070701";
|
||||
extern const char *kMagic2 = "070702";
|
||||
extern const char *kMagic3 = "070707";
|
||||
extern const char *kEndName = "TRAILER!!!";
|
||||
|
||||
const Byte kMagicForRecord2[2] = { 0xC7, 0x71 };
|
||||
// unsigned short kMagicForRecord2BE = 0xC771;
|
||||
}
|
||||
|
||||
}}}
|
||||
|
||||
Reference in New Issue
Block a user