Plugins: Added completer_clear
This commit is contained in:
@@ -166,6 +166,12 @@ api_completer_remove(const char *key, char **items)
|
||||
autocompleters_remove(key, items);
|
||||
}
|
||||
|
||||
void
|
||||
api_completer_clear(const char *key)
|
||||
{
|
||||
autocompleters_clear(key);
|
||||
}
|
||||
|
||||
void
|
||||
api_notify(const char *message, const char *category, int timeout_ms)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user