mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
Give file descriptor to callback of hook_fd
This commit is contained in:
@@ -364,7 +364,7 @@ struct t_weechat_plugin
|
||||
int flag_read,
|
||||
int flag_write,
|
||||
int flag_exception,
|
||||
int (*callback)(void *data),
|
||||
int (*callback)(void *data, int fd),
|
||||
void *callback_data);
|
||||
struct t_hook *(*hook_connect) (struct t_weechat_plugin *plugin,
|
||||
const char *proxy,
|
||||
|
||||
Reference in New Issue
Block a user