mcabber/src/compl.h
changeset 617 d3a8b43bf9e7
parent 580 fed6d1e4d7a9
child 693 e98abd3ce28c
--- a/mcabber/src/compl.h	Fri Dec 16 12:09:46 2005 +0100
+++ b/mcabber/src/compl.h	Fri Dec 16 13:34:13 2005 +0100
@@ -16,6 +16,7 @@
 #define COMPL_MULTILINE   (1<<11)
 #define COMPL_ROOM        (1<<12)
 #define COMPL_RESOURCE    (1<<13)
+#define COMPL_AUTH        (1<<14)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);