From 6052b1f119d2b1494a7f2691f4dfed235b560636 Mon Sep 17 00:00:00 2001 From: slvr Date: Sat, 10 Aug 2013 00:30:18 +0100 Subject: network_registerhandler --- core/Lossless_UDP.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'core/Lossless_UDP.h') diff --git a/core/Lossless_UDP.h b/core/Lossless_UDP.h index b4cb186a..53afe606 100644 --- a/core/Lossless_UDP.h +++ b/core/Lossless_UDP.h @@ -113,11 +113,9 @@ int is_connected(int connection_id); void doLossless_UDP(void); /* - * If we receive a Lossless_UDP packet, call this function so it can be handled. - * Return 0 if packet is handled correctly. - * Return 1 if it didn't handle the packet or if the packet was shit. + * This function sets up LosslessUDP packet handling. */ -int LosslessUDP_handlepacket(uint8_t *packet, uint32_t length, IP_Port source); +void LosslessUDP_init(void); #ifdef __cplusplus } -- cgit v1.2.3