mcabber/src/hbuf.h
changeset 850 d0781ca2dd08
parent 847 e1b7f71b0b1c
child 952 527d6f234924
--- a/mcabber/src/hbuf.h	Mon May 08 23:46:18 2006 +0200
+++ b/mcabber/src/hbuf.h	Mon May 08 23:46:42 2006 +0200
@@ -23,10 +23,11 @@
 #define HBB_PREFIX_NOFLAG     64
 #define HBB_PREFIX_HLIGHT    128
 #define HBB_PREFIX_NONE      256
+#define HBB_PREFIX_SPECIAL   512
 
 typedef struct {
   time_t timestamp;
-  guchar flags;
+  guint flags;
   char *text;
 } hbb_line;