mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 13:14:59 -06:00
14 lines
173 B
C++
Executable File
14 lines
173 B
C++
Executable File
// Archive/Deb/Header.h
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "DebHeader.h"
|
|
|
|
namespace NArchive {
|
|
namespace NDeb {
|
|
namespace NHeader {
|
|
|
|
const char *kSignature = "!<arch>\n";
|
|
|
|
}}}
|