summaryrefslogtreecommitdiff
path: root/core/LAN_discovery.h
diff options
context:
space:
mode:
authorKonstantin Kowalski <kostyakow42@gmail.com>2013-07-26 23:07:25 -0400
committerKonstantin Kowalski <kostyakow42@gmail.com>2013-07-26 23:07:25 -0400
commit241aca98bdc8106221ee7d7dbcea9f2fa17f24bc (patch)
tree15c324c865eb8c61c17dc442009f33b24505714d /core/LAN_discovery.h
parent1b4ea2e1aeb874e872a2c767326633450de12d20 (diff)
A *lot* of style changes.
Diffstat (limited to 'core/LAN_discovery.h')
-rw-r--r--core/LAN_discovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LAN_discovery.h b/core/LAN_discovery.h
index 655830f9..cca5bd30 100644
--- a/core/LAN_discovery.h
+++ b/core/LAN_discovery.h
@@ -39,7 +39,7 @@ int send_LANdiscovery(uint16_t port);
39/* if we receive a packet we call this function so it can be handled. 39/* if we receive a packet we call this function so it can be handled.
40 return 0 if packet is handled correctly. 40 return 0 if packet is handled correctly.
41 return 1 if it didn't handle the packet or if the packet was shit. */ 41 return 1 if it didn't handle the packet or if the packet was shit. */
42int LANdiscovery_handlepacket(uint8_t * packet, uint32_t length, IP_Port source); 42int LANdiscovery_handlepacket(uint8_t *packet, uint32_t length, IP_Port source);
43 43
44 44
45 45