X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fprotocol.h;h=ba7053031a536e4ef883c5985f5c833ff896d4c1;hp=b219e018942d4c923ae24729d7b92a75626f33fb;hb=e67887343c433cc35bc26ad6a9392588f427e746;hpb=e69f471077b6cc3ca719763892eaf31197ec1726 diff --git a/src/common/protocol.h b/src/common/protocol.h index b219e018..ba705303 100644 --- a/src/common/protocol.h +++ b/src/common/protocol.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -30,6 +30,7 @@ namespace Protocol { const quint32 magic = 0x42b33f00; enum Type { + InternalProtocol = 0x00, LegacyProtocol = 0x01, DataStreamProtocol = 0x02 };