mcabber/src/compl.h
changeset 1272 033576acac4c
parent 1228 9a68fe4515dc
child 1299 3b338a5c01fc
equal deleted inserted replaced
1271:f8a874ff453a 1272:033576acac4c
    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 #define COMPL_PGP         (1U<<17)
       
    24 #define COMPL_COLOR       (1U<<18)
    24 
    25 
    25 void    compl_add_category_word(guint, const char *command);
    26 void    compl_add_category_word(guint, const char *command);
    26 void    compl_del_category_word(guint categ, const char *word);
    27 void    compl_del_category_word(guint categ, const char *word);
    27 GSList *compl_get_category_list(guint cat_flags, guint *dynlist);
    28 GSList *compl_get_category_list(guint cat_flags, guint *dynlist);
    28 
    29