summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-28 18:23:37 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-28 18:23:37 -0400
commit00507fadfdb462c1bc92b2bde49729bca16b86f2 (patch)
treeb1349f1bddc3c8ee9ae1e3a67327d16481ce00cb /toxcore/network.h
parente0779ed0a615002684594cd48f1e3f5f9c7639f9 (diff)
Removed some no longer needed ifdefs.
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