summaryrefslogtreecommitdiff
path: root/src/core/hook/wee-hook-command.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-04-24 10:00:09 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-04-24 10:06:54 +0200
commitd16640130e65ed4af76d285a4339a0c200ee41b0 (patch)
tree1c78302f9726ac301af1f91e755ee863f6dcb17d /src/core/hook/wee-hook-command.h
parent95cf2aa9565233e73c356c7f3c83ea9815fa4dbc (diff)
downloadweechat-d16640130e65ed4af76d285a4339a0c200ee41b0.zip
core: add functions to get short description of hooks
Diffstat (limited to 'src/core/hook/wee-hook-command.h')
-rw-r--r--src/core/hook/wee-hook-command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hook/wee-hook-command.h b/src/core/hook/wee-hook-command.h
index 9a5e30bf8..70b4225af 100644
--- a/src/core/hook/wee-hook-command.h
+++ b/src/core/hook/wee-hook-command.h
@@ -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,