diff options
Diffstat (limited to 'src/core/wee-hook.h')
-rw-r--r-- | src/core/wee-hook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-hook.h b/src/core/wee-hook.h index 1c2e357d9..a3ae429e2 100644 --- a/src/core/wee-hook.h +++ b/src/core/wee-hook.h @@ -498,7 +498,7 @@ extern void unhook (struct t_hook *hook); extern void unhook_all_plugin (struct t_weechat_plugin *plugin); extern void unhook_all (); extern int hook_add_to_infolist (struct t_infolist *infolist, - const char *type); + const char *arguments); extern void hook_print_log (); #endif /* __WEECHAT_HOOK_H */ |