1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

Add optional command name for infolist_get on command hooks

This commit is contained in:
Sebastien Helleu
2011-02-25 23:16:45 +01:00
parent 3b38b7d433
commit aeaa0dfb7c
17 changed files with 117 additions and 39 deletions
+1 -1
View File
@@ -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 */