mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 01:26:20 +00:00
Plugins: Renamed register_ac->completer_add
This commit is contained in:
@@ -53,7 +53,8 @@ void api_register_command(const char *command_name, int min_args, int max_args,
|
||||
void *callback, void(*callback_func)(PluginCommand *command, gchar **args));
|
||||
void api_register_timed(void *callback, int interval_seconds,
|
||||
void (*callback_func)(PluginTimedFunction *timed_function));
|
||||
void api_register_ac(const char *key, char **items);
|
||||
|
||||
void api_completer_add(const char *key, char **items);
|
||||
|
||||
void api_log_debug(const char *message);
|
||||
void api_log_info(const char *message);
|
||||
|
||||
Reference in New Issue
Block a user