summaryrefslogtreecommitdiff
path: root/core/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/DHT.h')
-rw-r--r--core/DHT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DHT.h b/core/DHT.h
index 87794e63..0290ef92 100644
--- a/core/DHT.h
+++ b/core/DHT.h
@@ -62,7 +62,7 @@ IP_Port DHT_getfriendip(uint8_t * client_id);
62//Run this function at least a couple times per second (It's the main loop) 62//Run this function at least a couple times per second (It's the main loop)
63void doDHT(); 63void doDHT();
64 64
65//if we recieve a DHT packet we call this function so it can be handled. 65//if we receive a DHT packet we call this function so it can be handled.
66//Return 0 if packet is handled correctly. 66//Return 0 if packet is handled correctly.
67//return 1 if it didn't handle the packet or if the packet was shit. 67//return 1 if it didn't handle the packet or if the packet was shit.
68int DHT_handlepacket(uint8_t * packet, uint32_t length, IP_Port source); 68int DHT_handlepacket(uint8_t * packet, uint32_t length, IP_Port source);