X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fprotocol.h;fp=src%2Fcommon%2Fprotocol.h;h=ba7053031a536e4ef883c5985f5c833ff896d4c1;hp=15f5e5d3b1ab2f239e17bd18c6ea6948e932a7b5;hb=a8dd070641e70ff96fc2077df63cc5fabe3f7785;hpb=05b9069b0df2cbfd71bd138ccde2c95378f11e89 diff --git a/src/common/protocol.h b/src/common/protocol.h index 15f5e5d3..ba705303 100644 --- a/src/common/protocol.h +++ b/src/common/protocol.h @@ -30,6 +30,7 @@ namespace Protocol { const quint32 magic = 0x42b33f00; enum Type { + InternalProtocol = 0x00, LegacyProtocol = 0x01, DataStreamProtocol = 0x02 };