mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 03:09:57 -06:00
4.44 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
804edc5756
commit
d9666cf046
13
CPP/7zip/Archive/Deb/DebHeader.cpp
Executable file
13
CPP/7zip/Archive/Deb/DebHeader.cpp
Executable file
@@ -0,0 +1,13 @@
|
||||
// Archive/Deb/Header.h
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "DebHeader.h"
|
||||
|
||||
namespace NArchive {
|
||||
namespace NDeb {
|
||||
namespace NHeader {
|
||||
|
||||
const char *kSignature = "!<arch>\n";
|
||||
|
||||
}}}
|
||||
Reference in New Issue
Block a user