1
0
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:
Sébastien Helleu
2022-04-24 10:00:09 +02:00
parent 95cf2aa956
commit d16640130e
38 changed files with 342 additions and 1 deletions
+1
View File
@@ -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,