mcabber/src/compl.h
changeset 284 f879b17ecb8e
parent 238 8e30b2bb380e
child 447 03bb57383cea
--- a/mcabber/src/compl.h	Wed Jul 06 22:29:17 2005 +0100
+++ b/mcabber/src/compl.h	Thu Jul 07 22:12:29 2005 +0100
@@ -16,6 +16,7 @@
 #define COMPL_MULTILINE   (1<<11)
 
 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);
 
 void    new_completion(char *prefix, GSList *compl_cat);