X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fprotocol.h;h=ad17e1799eb54948f27343bdea3b33da4b370ad2;hb=632dd02da3a825f1e38730d73f3a2be518a99689;hp=01f6ffbe4c636820aa28c673db9f71e570f6107d;hpb=a95ad2de573027f9bee36db972bcae4195168d0c;p=quassel.git diff --git a/src/common/protocol.h b/src/common/protocol.h index 01f6ffbe..ad17e179 100644 --- a/src/common/protocol.h +++ b/src/common/protocol.h @@ -32,6 +32,8 @@ namespace Protocol { const quint32 magic = 0x42b33f00; +const quint32 proxyMagic = 0x50524f58; + enum Type { InternalProtocol = 0x00,