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

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Archive/Cab/CabHeader.h')
-rwxr-xr-xCPP/7zip/Archive/Cab/CabHeader.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/CPP/7zip/Archive/Cab/CabHeader.h b/CPP/7zip/Archive/Cab/CabHeader.h
index 5c122743..0f0d2af3 100755
--- a/CPP/7zip/Archive/Cab/CabHeader.h
+++ b/CPP/7zip/Archive/Cab/CabHeader.h
@@ -7,11 +7,13 @@
namespace NArchive {
namespace NCab {
-namespace NHeader{
+namespace NHeader {
-namespace NArchive
+const unsigned kMarkerSize = 8;
+extern Byte kMarker[kMarkerSize];
+
+namespace NArchive
{
- extern UInt32 kSignature;
namespace NFlags
{
const int kPrevCabinet = 0x0001;