summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index 3547f79b..926e6c08 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -62,9 +62,6 @@
62#define crypto_box_MACBYTES (crypto_box_ZEROBYTES - crypto_box_BOXZEROBYTES) 62#define crypto_box_MACBYTES (crypto_box_ZEROBYTES - crypto_box_BOXZEROBYTES)
63#endif 63#endif
64 64
65#ifdef __cplusplus
66extern "C" {
67#endif
68 65
69#define MAX_UDP_PACKET_SIZE 65507 66#define MAX_UDP_PACKET_SIZE 65507
70 67
@@ -152,8 +149,4 @@ Networking_Core *new_networking(IP ip, uint16_t port);
152void kill_networking(Networking_Core *net); 149void kill_networking(Networking_Core *net);
153 150
154 151
155#ifdef __cplusplus
156}
157#endif
158
159#endif 152#endif