comparison mcabber/src/compl.h @ 617:d3a8b43bf9e7

Add "/authorization" command
author Mikael Berthe <mikael@lilotux.net>
date Fri, 16 Dec 2005 13:34:13 +0100
parents fed6d1e4d7a9
children e98abd3ce28c
comparison
equal deleted inserted replaced
616:a61a257ec38b 617:d3a8b43bf9e7
14 #define COMPL_GROUP (1<<9) 14 #define COMPL_GROUP (1<<9)
15 #define COMPL_GROUPNAME (1<<10) 15 #define COMPL_GROUPNAME (1<<10)
16 #define COMPL_MULTILINE (1<<11) 16 #define COMPL_MULTILINE (1<<11)
17 #define COMPL_ROOM (1<<12) 17 #define COMPL_ROOM (1<<12)
18 #define COMPL_RESOURCE (1<<13) 18 #define COMPL_RESOURCE (1<<13)
19 #define COMPL_AUTH (1<<14)
19 20
20 void compl_add_category_word(guint, const char *command); 21 void compl_add_category_word(guint, const char *command);
21 void compl_del_category_word(guint categ, const char *word); 22 void compl_del_category_word(guint categ, const char *word);
22 GSList *compl_get_category_list(guint cat_flags); 23 GSList *compl_get_category_list(guint cat_flags);
23 24