about summary refs log tree commit diff stats
path: root/src/plugins/profapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/profapi.h')
-rw-r--r--src/plugins/profapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/profapi.h b/src/plugins/profapi.h
index 61d41cfc..28c67763 100644
--- a/src/plugins/profapi.h
+++ b/src/plugins/profapi.h
@@ -49,6 +49,7 @@ void (*prof_register_command)(const char *command_name, int min_args, int max_ar
 void (*prof_register_timed)(void(*callback)(void), int interval_seconds);
 
 void (*prof_completer_add)(const char *key, char **items);
+void (*prof_completer_remove)(const char *key, char **items);
 
 void (*prof_notify)(const char *message, int timeout_ms, const char *category);