summaryrefslogtreecommitdiff
path: root/src/irc/dcc/dcc.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-05-22 00:16:38 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-05-22 00:16:38 +0000
commitda9d55f4032e2c3fbe2af5b8c61c559ea56fd383 (patch)
treea38391bd279ccc76a25980b4dcb85bce5c4abbf5 /src/irc/dcc/dcc.h
parent62dc0e36eba4afb94821aef68ebe84019ed55797 (diff)
downloadirssi-da9d55f4032e2c3fbe2af5b8c61c559ea56fd383.zip
/SET dcc_own_ip for specifying own IP to use in DCC requests
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1512 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/dcc/dcc.h')
-rw-r--r--src/irc/dcc/dcc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/irc/dcc/dcc.h b/src/irc/dcc/dcc.h
index bd30ae48..31c945b1 100644
--- a/src/irc/dcc/dcc.h
+++ b/src/irc/dcc/dcc.h
@@ -43,7 +43,8 @@ DCC_REC *dcc_find_request_latest(int type);
DCC_REC *dcc_find_request(int type, const char *nick, const char *arg);
/* IP <-> string for DCC CTCP messages.
- `str' must be at least MAX_IP_LEN bytes */
+ `str' must be at least MAX_IP_LEN bytes.
+ If /SET dcc_own_ip is set, dcc_ip2str() always returns it. */
void dcc_ip2str(IPADDR *ip, char *str);
void dcc_str2ip(const char *str, IPADDR *ip);