mcabber/src/compl.h
changeset 1272 033576acac4c
parent 1228 9a68fe4515dc
child 1299 3b338a5c01fc
--- a/mcabber/src/compl.h	Mon Aug 20 21:30:16 2007 +0200
+++ b/mcabber/src/compl.h	Tue Aug 21 20:49:03 2007 +0200
@@ -21,6 +21,7 @@
 #define COMPL_EVENTS      (1U<<15)
 #define COMPL_EVENTSID    (1U<<16)
 #define COMPL_PGP         (1U<<17)
+#define COMPL_COLOR       (1U<<18)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);