mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
/SET dcc_own_ip now affects also which interface irssi uses to connect to
outgoing DCC connections. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2150 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e8b71dcd98
commit
e6f006009f
4 changed files with 22 additions and 11 deletions
|
|
@ -49,6 +49,8 @@ void dcc_str2ip(const char *str, IPADDR *ip);
|
|||
|
||||
/* Start listening for incoming connections */
|
||||
GIOChannel *dcc_listen(GIOChannel *iface, IPADDR *ip, int *port);
|
||||
/* Connect to specified IP address using the correct own_ip. */
|
||||
GIOChannel *dcc_connect_ip(IPADDR *ip, int port);
|
||||
|
||||
/* Close DCC - sends "dcc closed" signal and calls dcc_destroy() */
|
||||
void dcc_close(DCC_REC *dcc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue