diff options
Diffstat (limited to 'src/core/hook/wee-hook-command.h')
-rw-r--r-- | src/core/hook/wee-hook-command.h | 1 |
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 ab56ee3b0..83ca8340e 100644 --- a/src/core/hook/wee-hook-command.h +++ b/src/core/hook/wee-hook-command.h @@ -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, |