summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-12-29 00:29:14 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-12-29 00:32:18 +0000
commit2c8fb05f6e1631403053ef8648d5860e0ec15cc3 (patch)
tree82dd81e89f1785126067c38ffedb7060d1835aef /toxcore/network.h
parentf2b6090eca42f4a364ef7517c5eec6d472e9b5f6 (diff)
Remove deprecated ToxDNS
Based on #331. Fixes #42.
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index 0b9da5a4..41d1307a 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -403,8 +403,6 @@ void net_freeipport(IP_Port *ip_ports);
403 */ 403 */
404int bind_to_port(Socket sock, int family, uint16_t port); 404int bind_to_port(Socket sock, int family, uint16_t port);
405 405
406size_t net_sendto_ip4(Socket sock, const char *buf, size_t n, IP_Port ip_port);
407
408/* Initialize networking. 406/* Initialize networking.
409 * bind to ip and port. 407 * bind to ip and port.
410 * ip must be in network order EX: 127.0.0.1 = (7F000001). 408 * ip must be in network order EX: 127.0.0.1 = (7F000001).