diff mcabber/src/compl.h @ 757:ae23c8826efb

Improve completion for the "/event" command
author Mikael Berthe <mikael@lilotux.net>
date Tue, 14 Mar 2006 12:43:23 +0100
parents 938a8791658c
children 1bdf0f1b16c0
line wrap: on
line diff
--- a/mcabber/src/compl.h	Tue Mar 14 12:22:35 2006 +0100
+++ b/mcabber/src/compl.h	Tue Mar 14 12:43:23 2006 +0100
@@ -19,6 +19,7 @@
 #define COMPL_AUTH        (1<<14)
 #define COMPL_REQUEST     (1<<15)
 #define COMPL_EVENTS      (1<<16)
+#define COMPL_EVENTSID    (1<<17)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);