summaryrefslogtreecommitdiff
path: root/core/LAN_discovery.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-20 12:08:55 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-20 12:08:55 -0400
commita1c40d753ee8faf15aa0dd314bd4249aa3750b2e (patch)
treefb52c5cffcb897afa709e2d4a9882e89e9c90b5d /core/LAN_discovery.h
parent9f0efe920170472a4f757f7d8dc84f41e794f945 (diff)
More refactoring done.
Diffstat (limited to 'core/LAN_discovery.h')
-rw-r--r--core/LAN_discovery.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/LAN_discovery.h b/core/LAN_discovery.h
index 6b5b8c75..5a790331 100644
--- a/core/LAN_discovery.h
+++ b/core/LAN_discovery.h
@@ -40,11 +40,11 @@ extern "C" {
40#endif 40#endif
41 41
42/*Send a LAN discovery pcaket to the broadcast address with port port*/ 42/*Send a LAN discovery pcaket to the broadcast address with port port*/
43int send_LANdiscovery(uint16_t port); 43int send_LANdiscovery(uint16_t port, Net_Crypto *c);
44 44
45 45
46/* sets up packet handlers */ 46/* sets up packet handlers */
47void LANdiscovery_init(void); 47void LANdiscovery_init(DHT *dht);
48 48
49 49
50 50