mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Passive DCC support by Francesco Fracassi (francesco.f at openssl.it)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3236 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2a12dfb9d0
commit
af4bcb70f2
11 changed files with 424 additions and 108 deletions
|
|
@ -32,8 +32,10 @@ typedef struct {
|
|||
typedef void (*DCC_GET_FUNC) (GET_DCC_REC *);
|
||||
|
||||
/* handle receiving DCC - GET/RESUME. */
|
||||
void cmd_dcc_receive(const char *data, DCC_GET_FUNC accept_func);
|
||||
void cmd_dcc_receive(const char *data, DCC_GET_FUNC accept_func,
|
||||
DCC_GET_FUNC pasv_accept_func);
|
||||
|
||||
void dcc_get_passive(GET_DCC_REC *dcc);
|
||||
void dcc_get_connect(GET_DCC_REC *dcc);
|
||||
char *dcc_get_download_path(const char *fname);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue