Add macro for plugins completer add

This commit is contained in:
James Booth
2016-06-23 00:44:52 +01:00
parent 1e37b755fe
commit 61a09476c5
4 changed files with 11 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ void (*_prof_register_command)(const char *filename, const char *command_name, i
void (*_prof_register_timed)(const char *filename, void(*callback)(void), int interval_seconds) = NULL;
void (*prof_completer_add)(const char *key, char **items) = NULL;
void (*_prof_completer_add)(const char *filename, const char *key, char **items) = NULL;
void (*prof_completer_remove)(const char *key, char **items) = NULL;
void (*prof_completer_clear)(const char *key) = NULL;