Plugins: Added completer_clear

This commit is contained in:
James Booth
2016-04-07 23:25:47 +01:00
parent 7ca6084657
commit 2f432a942d
8 changed files with 45 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ 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_completer_clear)(const char *key);
void (*prof_notify)(const char *message, int timeout_ms, const char *category);