summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/xfer.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-11-09 17:10:30 +0100
committerSébastien Helleu <flashcode@flashtux.org>2014-11-09 17:10:30 +0100
commit037bf708174581778163f6cb0f4b34d631f0eb4e (patch)
tree20a89e6a095d901eefef73e6041973afc76d8c9c /src/plugins/xfer/xfer.h
parent8cd3360a9a72155bc6112c83f434302418ec2e8d (diff)
parente5cd0eb247eb93a85b3b32f3511b65d2cc92fe20 (diff)
downloadweechat-037bf708174581778163f6cb0f4b34d631f0eb4e.zip
Merge branch 'xfer_chat' of git://github.com/talisein/weechat-1 into talisein-xfer_chat
Diffstat (limited to 'src/plugins/xfer/xfer.h')
-rw-r--r--src/plugins/xfer/xfer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/xfer/xfer.h b/src/plugins/xfer/xfer.h
index 6d383c568..10dfe61c5 100644
--- a/src/plugins/xfer/xfer.h
+++ b/src/plugins/xfer/xfer.h
@@ -163,6 +163,7 @@ struct t_xfer
int child_write; /* to write into child pipe */
struct t_hook *hook_fd; /* hook for socket or child pipe */
struct t_hook *hook_timer; /* timeout for receiver accept */
+ struct t_hook *hook_connect; /* hook for connection to chat recv */
char *unterminated_message; /* beginning of a message */
int file; /* local file (read or write) */
char *local_filename; /* local filename (with path) */