summaryrefslogtreecommitdiff
path: root/toxcore/Lossless_UDP.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Lossless_UDP.h')
-rw-r--r--toxcore/Lossless_UDP.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/toxcore/Lossless_UDP.h b/toxcore/Lossless_UDP.h
index 216e95d0..cd822e72 100644
--- a/toxcore/Lossless_UDP.h
+++ b/toxcore/Lossless_UDP.h
@@ -26,9 +26,6 @@
26 26
27#include "network.h" 27#include "network.h"
28 28
29#ifdef __cplusplus
30extern "C" {
31#endif
32 29
33/* Maximum length of the data in the data packets. */ 30/* Maximum length of the data in the data packets. */
34#define MAX_DATA_SIZE 1024 31#define MAX_DATA_SIZE 1024
@@ -215,8 +212,5 @@ Lossless_UDP *new_lossless_udp(Networking_Core *net);
215 212
216void kill_lossless_udp(Lossless_UDP *ludp); 213void kill_lossless_udp(Lossless_UDP *ludp);
217 214
218#ifdef __cplusplus
219}
220#endif
221 215
222#endif 216#endif