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 7d699762..0a0122be 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
@@ -156,8 +153,4 @@ Networking_Core *new_networking(IP ip, uint16_t port);
156void kill_networking(Networking_Core *net); 153void kill_networking(Networking_Core *net);
157 154
158 155
159#ifdef __cplusplus
160}
161#endif
162
163#endif 156#endif