mcabber/src/compl.h
changeset 693 e98abd3ce28c
parent 617 d3a8b43bf9e7
child 750 938a8791658c
--- a/mcabber/src/compl.h	Thu Feb 09 23:25:25 2006 +0100
+++ b/mcabber/src/compl.h	Sat Feb 11 15:18:45 2006 +0100
@@ -17,6 +17,7 @@
 #define COMPL_ROOM        (1<<12)
 #define COMPL_RESOURCE    (1<<13)
 #define COMPL_AUTH        (1<<14)
+#define COMPL_REQUEST     (1<<15)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);