comparison mcabber/src/compl.h @ 1299:3b338a5c01fc

OTR support
author Frank Zschockelt <mcabber_otr[at]freakysoft.de>
date Thu, 30 Aug 2007 00:52:51 +0200
parents 033576acac4c
children 14690e624e9d
comparison
equal deleted inserted replaced
1298:af035a304bec 1299:3b338a5c01fc
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 #define COMPL_PGP (1U<<17)
24 #define COMPL_COLOR (1U<<18) 24 #define COMPL_COLOR (1U<<18)
25 #define COMPL_OTR (1U<<19)
26 #define COMPL_OTRPOLICY (1U<<20)
25 27
26 void compl_add_category_word(guint, const char *command); 28 void compl_add_category_word(guint, const char *command);
27 void compl_del_category_word(guint categ, const char *word); 29 void compl_del_category_word(guint categ, const char *word);
28 GSList *compl_get_category_list(guint cat_flags, guint *dynlist); 30 GSList *compl_get_category_list(guint cat_flags, guint *dynlist);
29 31