mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 19:56:22 +00:00
Plugins: Added completer_clear
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user