mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
api: add support of format/translation of command arguments description line by line (issue #2005)
This commit is contained in:
@@ -76,6 +76,7 @@ struct t_hook_command_similar
|
||||
};
|
||||
|
||||
extern char *hook_command_get_description (struct t_hook *hook);
|
||||
extern char *hook_command_format_args_description (const char *args_description);
|
||||
extern struct t_hook *hook_command (struct t_weechat_plugin *plugin,
|
||||
const char *command,
|
||||
const char *description,
|
||||
|
||||
Reference in New Issue
Block a user