X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fprotocol.h;h=ad17e1799eb54948f27343bdea3b33da4b370ad2;hb=00cc0dfd645cce97c120111f5e5fd4c02ed021c1;hp=5eb3f9e05c7740bfb0f79090430cf77f82924eb3;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/common/protocol.h b/src/common/protocol.h index 5eb3f9e0..ad17e179 100644 --- a/src/common/protocol.h +++ b/src/common/protocol.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -32,6 +32,8 @@ namespace Protocol { const quint32 magic = 0x42b33f00; +const quint32 proxyMagic = 0x50524f58; + enum Type { InternalProtocol = 0x00,