summaryrefslogtreecommitdiff
path: root/src/core/network.h
diff options
context:
space:
mode:
authorWill Storey <will@summercat.com>2017-10-09 13:14:34 -0700
committerWill Storey <will@summercat.com>2017-10-09 13:14:34 -0700
commitcb5f3cba1f2b5dbad67bcc107f3fe4a1875cc52d (patch)
tree3e12f4a7e791efe8614a611a50cccacec899a357 /src/core/network.h
parent016fd344362ddcc4b1a0781df9ac2416acc54e69 (diff)
downloadirssi-cb5f3cba1f2b5dbad67bcc107f3fe4a1875cc52d.zip
Delete unused function net_ip_compare()
Diffstat (limited to 'src/core/network.h')
-rw-r--r--src/core/network.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/network.h b/src/core/network.h
index d1582a2e..471ab2d8 100644
--- a/src/core/network.h
+++ b/src/core/network.h
@@ -33,9 +33,6 @@ extern IPADDR ip4_any;
GIOChannel *g_io_channel_new(int handle);
-/* returns 1 if IPADDRs are the same */
-int net_ip_compare(IPADDR *ip1, IPADDR *ip2);
-
int net_connect_ip_handle(const IPADDR *ip, int port, const IPADDR *my_ip);
/* Connect to socket */