comparison mcabber/mcabber/compl.h @ 1923:924f4552996c

Add a category module to complete the /module subcommands
author Mikael Berthe <mikael@lilotux.net>
date Wed, 10 Nov 2010 14:08:49 +0100
parents 4ba68ad737bc
children 0cb8ea02e472
comparison
equal deleted inserted replaced
1922:4ba68ad737bc 1923:924f4552996c
24 #define COMPL_EVENTSID 17 24 #define COMPL_EVENTSID 17
25 #define COMPL_PGP 18 25 #define COMPL_PGP 18
26 #define COMPL_COLOR 19 26 #define COMPL_COLOR 19
27 #define COMPL_OTR 20 27 #define COMPL_OTR 20
28 #define COMPL_OTRPOLICY 21 28 #define COMPL_OTRPOLICY 21
29 #define COMPL_MODULE 22
29 30
30 #ifdef MODULES_ENABLE 31 #ifdef MODULES_ENABLE
31 void compl_init_system(void); 32 void compl_init_system(void);
32 guint compl_new_category(void); 33 guint compl_new_category(void);
33 void compl_del_category(guint id); 34 void compl_del_category(guint id);