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

Added print hooks (to catch any printf on buffers)

This commit is contained in:
Sebastien Helleu
2007-11-07 15:11:06 +01:00
parent dc4f5ea2e2
commit 50889eaf3b
9 changed files with 233 additions and 113 deletions
+4 -3
View File
@@ -59,9 +59,10 @@ extern struct t_hook *plugin_api_hook_command (struct t_weechat_plugin *,
char *,
int (*)(void *, int, char **, char **),
void *);
extern struct t_hook *plugin_api_hook_message (struct t_weechat_plugin *,
char *, int (*)(void *, char *),
void *);
extern struct t_hook *plugin_api_hook_print (struct t_weechat_plugin *,
void *, char *,
int (*)(void *, void *, time_t, char *, char *),
void *);
extern struct t_hook *plugin_api_hook_config (struct t_weechat_plugin *,
char *, char *,
int (*)(void *, char *, char *, char *),