summaryrefslogtreecommitdiff
path: root/toxcore/LAN_discovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/LAN_discovery.h')
-rw-r--r--toxcore/LAN_discovery.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/toxcore/LAN_discovery.h b/toxcore/LAN_discovery.h
index e570908e..7bbe775e 100644
--- a/toxcore/LAN_discovery.h
+++ b/toxcore/LAN_discovery.h
@@ -35,9 +35,6 @@
35#include <linux/netdevice.h> 35#include <linux/netdevice.h>
36#endif 36#endif
37 37
38#ifdef __cplusplus
39extern "C" {
40#endif
41 38
42/* Send a LAN discovery pcaket to the broadcast address with port port. */ 39/* Send a LAN discovery pcaket to the broadcast address with port port. */
43int send_LANdiscovery(uint16_t port, Net_Crypto *c); 40int send_LANdiscovery(uint16_t port, Net_Crypto *c);
@@ -48,8 +45,4 @@ void LANdiscovery_init(DHT *dht);
48 45
49 46
50 47
51#ifdef __cplusplus
52}
53#endif
54
55#endif 48#endif