mcabber/src/compl.h
changeset 501 7c1ca00070e8
parent 447 03bb57383cea
child 576 8b3db0b555a1
--- a/mcabber/src/compl.h	Fri Oct 21 23:13:54 2005 +0200
+++ b/mcabber/src/compl.h	Wed Oct 26 23:46:53 2005 +0200
@@ -15,6 +15,7 @@
 #define COMPL_GROUPNAME   (1<<10)
 #define COMPL_MULTILINE   (1<<11)
 #define COMPL_ROOM        (1<<12)
+#define COMPL_RESOURCE    (1<<13)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);