X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcmessage.h;h=9d6df25203ea832e7e37820e6c31dd8281de71de;hb=80d10dbf48785c2163551a7f94a46f6f5849c4a7;hp=99e9d988d94aedfcffbc6790938e396df602a298;hpb=d7f1e81fea0d1da2ac870b8dfa600669aa280cd5;p=silc.git diff --git a/lib/silccore/silcmessage.h b/lib/silccore/silcmessage.h index 99e9d988..9d6df252 100644 --- a/lib/silccore/silcmessage.h +++ b/lib/silccore/silcmessage.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2007 Pekka Riikonen + Copyright (C) 1997 - 2014 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -79,7 +79,8 @@ typedef SilcUInt16 SilcMessageFlags; #define SILC_MESSAGE_FLAG_UTF8 0x0100 /* UTF-8 string */ #define SILC_MESSAGE_FLAG_ACK 0x0200 /* ACK messages */ #define SILC_MESSAGE_FLAG_STOP 0x0400 /* Stop indication */ -#define SILC_MESSAGE_FLAG_RESERVED 0x0800 /* to 0x1000 */ +#define SILC_MESSAGE_FLAG_PACKET 0x0800 /* Contains SILC packet */ +#define SILC_MESSAGE_FLAG_RESERVED 0x1000 /* to 0x1000 */ #define SILC_MESSAGE_FLAG_PRIVATE 0x2000 /* to 0x8000 */ /***/