mcabber/src/compl.h
changeset 447 03bb57383cea
parent 284 f879b17ecb8e
child 501 7c1ca00070e8
--- a/mcabber/src/compl.h	Sun Sep 25 00:44:11 2005 +0200
+++ b/mcabber/src/compl.h	Sun Sep 25 01:01:44 2005 +0200
@@ -14,6 +14,7 @@
 #define COMPL_GROUP       (1<<9)
 #define COMPL_GROUPNAME   (1<<10)
 #define COMPL_MULTILINE   (1<<11)
+#define COMPL_ROOM        (1<<12)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);