Plugins: Added completer_remove

This commit is contained in:
James Booth
2016-04-07 21:25:12 +01:00
parent a328367eb4
commit bfdc3b8807
8 changed files with 60 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ void api_register_timed(void *callback, int interval_seconds,
void (*callback_func)(PluginTimedFunction *timed_function));
void api_completer_add(const char *key, char **items);
void api_completer_remove(const char *key, char **items);
void api_log_debug(const char *message);
void api_log_info(const char *message);