diff options
Diffstat (limited to 'src/core/network.h')
-rw-r--r-- | src/core/network.h | 2 |
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); |