diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-05-06 16:51:30 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-05-06 16:51:30 +0200 |
commit | e9603acb1a1943bda3c2cc809e5e39ff8a13b68c (patch) | |
tree | d4fb7fef63f5a4c1d415fdca9c1938016b23bbb3 /src/plugins/xfer/xfer-chat.h | |
parent | e7a16efa0cf5123f87ef6d7072fbbb9ccdd42bac (diff) | |
download | weechat-e9603acb1a1943bda3c2cc809e5e39ff8a13b68c.zip |
IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called by /dcc command)
Diffstat (limited to 'src/plugins/xfer/xfer-chat.h')
-rw-r--r-- | src/plugins/xfer/xfer-chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/xfer/xfer-chat.h b/src/plugins/xfer/xfer-chat.h index b3470aca5..131a6111f 100644 --- a/src/plugins/xfer/xfer-chat.h +++ b/src/plugins/xfer/xfer-chat.h @@ -20,5 +20,7 @@ #ifndef __WEECHAT_XFER_CHAT_H #define __WEECHAT_XFER_CHAT_H 1 +extern int xfer_chat_recv_cb (void *arg_xfer); +extern void xfer_chat_open_buffer (struct t_xfer *xfer); #endif /* xfer-chat.h */ |