Sign payload buffer fixes.
[silc.git] / lib / silccore / silcmessage.h
index 356a2ad81a742ca5785a9dce2258f2c6d68850f4..3ffa7ba12ffcac6cf7c563281ba7fa0f80d709ef 100644 (file)
@@ -97,7 +97,8 @@ typedef SilcUInt16 SilcMessageFlags;
 #define SILC_MESSAGE_FLAG_DATA        0x0080     /* MIME object */
 #define SILC_MESSAGE_FLAG_UTF8        0x0100     /* UTF-8 string */
 #define SILC_MESSAGE_FLAG_ACK         0x0200     /* ACK messages */
-#define SILC_MESSAGE_FLAG_RESERVED    0x0400     /* to 0x1000 */
+#define SILC_MESSAGE_FLAG_STOP        0x0400      /* Stop indication */
+#define SILC_MESSAGE_FLAG_RESERVED    0x0800      /* to 0x1000 */
 #define SILC_MESSAGE_FLAG_PRIVATE     0x2000     /* to 0x8000 */
 /***/