mcabber/src/compl.h
changeset 1076 b9698c89f46d
parent 1066 6de60e142372
child 1171 03a38b7ad2e0
--- a/mcabber/src/compl.h	Sun Dec 03 19:29:54 2006 +0100
+++ b/mcabber/src/compl.h	Sun Dec 03 21:15:37 2006 +0100
@@ -24,7 +24,7 @@
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);
-GSList *compl_get_category_list(guint cat_flags);
+GSList *compl_get_category_list(guint cat_flags, guint *dynlist);
 
 void    new_completion(char *prefix, GSList *compl_cat);
 void    done_completion(void);