diff options
Diffstat (limited to 'core/LAN_discovery.h')
-rw-r--r-- | core/LAN_discovery.h | 4 |
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*/ |
43 | int send_LANdiscovery(uint16_t port); | 43 | int send_LANdiscovery(uint16_t port, Net_Crypto *c); |
44 | 44 | ||
45 | 45 | ||
46 | /* sets up packet handlers */ | 46 | /* sets up packet handlers */ |
47 | void LANdiscovery_init(void); | 47 | void LANdiscovery_init(DHT *dht); |
48 | 48 | ||
49 | 49 | ||
50 | 50 | ||