summaryrefslogtreecommitdiff
path: root/src/core/network.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2003-07-09 23:34:41 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2003-07-09 23:34:41 +0000
commita619fe9a2ce6069edf15a3a53414fe0b17b4ac7a (patch)
tree94d68b583e3fa9bde08df08a993efac390e634bf /src/core/network.h
parentae5b5f38bdd045df0a1dae78138b6b805dc934b1 (diff)
downloadirssi-a619fe9a2ce6069edf15a3a53414fe0b17b4ac7a.zip
Network fixes. DCC fixes for IPv6 + BSDs.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3124 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/network.h')
-rw-r--r--src/core/network.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/network.h b/src/core/network.h
index c6b08f9f..68f869ea 100644
--- a/src/core/network.h
+++ b/src/core/network.h
@@ -39,6 +39,8 @@ struct _IPADDR {
#define IPADDR_IS_V6(ip) ((ip)->family != AF_INET)
+extern IPADDR ip4_any;
+
/* returns 1 if IPADDRs are the same */
int net_ip_compare(IPADDR *ip1, IPADDR *ip2);