From a1c40d753ee8faf15aa0dd314bd4249aa3750b2e Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 20 Aug 2013 12:08:55 -0400 Subject: More refactoring done. --- core/LAN_discovery.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/LAN_discovery.h') 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" { #endif /*Send a LAN discovery pcaket to the broadcast address with port port*/ -int send_LANdiscovery(uint16_t port); +int send_LANdiscovery(uint16_t port, Net_Crypto *c); /* sets up packet handlers */ -void LANdiscovery_init(void); +void LANdiscovery_init(DHT *dht); -- cgit v1.2.3