mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
core: add functions to get short description of hooks
This commit is contained in:
@@ -65,6 +65,7 @@ struct t_hook_command
|
||||
char **cplt_template_args_concat; /* concatenated arguments */
|
||||
};
|
||||
|
||||
extern char *hook_command_get_description (struct t_hook *hook);
|
||||
extern struct t_hook *hook_command (struct t_weechat_plugin *plugin,
|
||||
const char *command,
|
||||
const char *description,
|
||||
|
||||
Reference in New Issue
Block a user