mcabber/src/compl.h
changeset 750 938a8791658c
parent 693 e98abd3ce28c
child 757 ae23c8826efb
--- a/mcabber/src/compl.h	Mon Mar 13 19:20:03 2006 +0100
+++ b/mcabber/src/compl.h	Mon Mar 13 19:25:55 2006 +0100
@@ -18,6 +18,7 @@
 #define COMPL_RESOURCE    (1<<13)
 #define COMPL_AUTH        (1<<14)
 #define COMPL_REQUEST     (1<<15)
+#define COMPL_EVENTS      (1<<16)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);