summaryrefslogtreecommitdiff
path: root/toxcore/LAN_discovery.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-01-17 13:35:40 -0500
committerirungentoo <irungentoo@gmail.com>2014-01-17 13:35:40 -0500
commitcd2474a2f6d8a8831fcfb1f9f33e0192fa287842 (patch)
tree5e803fa071fd28daf16b99ff1c3d4e3a34240a50 /toxcore/LAN_discovery.h
parent9fcb707ec457b74f32ad48add5b93c0090c73f61 (diff)
Incorporated onion into Tox.
Fixed a couple of issues related to that.
Diffstat (limited to 'toxcore/LAN_discovery.h')
-rw-r--r--toxcore/LAN_discovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/LAN_discovery.h b/toxcore/LAN_discovery.h
index 9d19114d..58bd2bee 100644
--- a/toxcore/LAN_discovery.h
+++ b/toxcore/LAN_discovery.h
@@ -39,7 +39,7 @@
39#define LAN_DISCOVERY_INTERVAL 60 39#define LAN_DISCOVERY_INTERVAL 60
40 40
41/* Send a LAN discovery pcaket to the broadcast address with port port. */ 41/* Send a LAN discovery pcaket to the broadcast address with port port. */
42int send_LANdiscovery(uint16_t port, Net_Crypto *c); 42int send_LANdiscovery(uint16_t port, DHT *dht);
43 43
44/* Sets up packet handlers. */ 44/* Sets up packet handlers. */
45void LANdiscovery_init(DHT *dht); 45void LANdiscovery_init(DHT *dht);