about summary refs log tree commit diff stats
path: root/src/plugins/profapi.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-07 21:25:12 +0100
committerJames Booth <boothj5@gmail.com>2016-04-07 21:25:12 +0100
commitbfdc3b88072e0231c026fa6ebadc942343a56e2c (patch)
treea5845c5a038144259f9a10ee71577151d6b4859c /src/plugins/profapi.c
parenta328367eb400012a04b9aac9204c9fab2e2fc583 (diff)
downloadprofani-tty-bfdc3b88072e0231c026fa6ebadc942343a56e2c.tar.gz
Plugins: Added completer_remove
Diffstat (limited to 'src/plugins/profapi.c')
-rw-r--r--src/plugins/profapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/profapi.c b/src/plugins/profapi.c
index 3d92fb23..8cf562b8 100644
--- a/src/plugins/profapi.c
+++ b/src/plugins/profapi.c
@@ -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) = NULL;
 
 void (*prof_completer_add)(const char *key, char **items) = NULL;
+void (*prof_completer_remove)(const char *key, char **items) = NULL;
 
 void (*prof_notify)(const char *message, int timeout_ms, const char *category) = NULL;