mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 20:11:34 -06:00
3.13
This commit is contained in:
14
7zip/Archive/Deb/DebHeader.cpp
Executable file
14
7zip/Archive/Deb/DebHeader.cpp
Executable file
@@ -0,0 +1,14 @@
|
||||
// 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