comparison mcabber/src/compl.h @ 1066:6de60e142372

Add command /pgp
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Dec 2006 12:45:17 +0100
parents 1bdf0f1b16c0
children b9698c89f46d
comparison
equal deleted inserted replaced
1065:230dca34dbea 1066:6de60e142372
18 #define COMPL_RESOURCE (1U<<12) 18 #define COMPL_RESOURCE (1U<<12)
19 #define COMPL_AUTH (1U<<13) 19 #define COMPL_AUTH (1U<<13)
20 #define COMPL_REQUEST (1U<<14) 20 #define COMPL_REQUEST (1U<<14)
21 #define COMPL_EVENTS (1U<<15) 21 #define COMPL_EVENTS (1U<<15)
22 #define COMPL_EVENTSID (1U<<16) 22 #define COMPL_EVENTSID (1U<<16)
23 #define COMPL_PGP (1U<<17)
23 24
24 void compl_add_category_word(guint, const char *command); 25 void compl_add_category_word(guint, const char *command);
25 void compl_del_category_word(guint categ, const char *word); 26 void compl_del_category_word(guint categ, const char *word);
26 GSList *compl_get_category_list(guint cat_flags); 27 GSList *compl_get_category_list(guint cat_flags);
27 28