X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fprotocol.h;h=ad17e1799eb54948f27343bdea3b33da4b370ad2;hp=01f6ffbe4c636820aa28c673db9f71e570f6107d;hb=71253052c7152711f7f1b96f274d6f06d97f2cdb;hpb=926e41c2d511fd0ac68b50f6d109243d6457a999 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,