X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fprotocol.h;h=ad17e1799eb54948f27343bdea3b33da4b370ad2;hb=1868486419b5354a7a2e45b263a0b698ab51e83c;hp=d95a529e16c75edae65264028837c6a98a34a601;hpb=db00831bca59a012242d1ad5fac52a20c6cd2956;p=quassel.git diff --git a/src/common/protocol.h b/src/common/protocol.h index d95a529e..ad17e179 100644 --- a/src/common/protocol.h +++ b/src/common/protocol.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 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,