From d16640130e65ed4af76d285a4339a0c200ee41b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 24 Apr 2022 10:00:09 +0200 Subject: core: add functions to get short description of hooks --- src/core/hook/wee-hook-timer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hook/wee-hook-timer.h') diff --git a/src/core/hook/wee-hook-timer.h b/src/core/hook/wee-hook-timer.h index 43328ce67..45b00612b 100644 --- a/src/core/hook/wee-hook-timer.h +++ b/src/core/hook/wee-hook-timer.h @@ -44,6 +44,7 @@ struct t_hook_timer extern time_t hook_last_system_time; +extern char *hook_timer_get_description (struct t_hook *hook); extern struct t_hook *hook_timer (struct t_weechat_plugin *plugin, long interval, int align_second, int max_calls, -- cgit v1.2.3