summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/net_crypto.h')
-rw-r--r--toxcore/net_crypto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index 1fde0297..778837f4 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -26,10 +26,6 @@
26 26
27#include "Lossless_UDP.h" 27#include "Lossless_UDP.h"
28 28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
33#define MAX_INCOMING 64 29#define MAX_INCOMING 64
34 30
35#define CRYPTO_PACKET_FRIEND_REQ 32 /* Friend request crypto packet ID. */ 31#define CRYPTO_PACKET_FRIEND_REQ 32 /* Friend request crypto packet ID. */
@@ -212,8 +208,5 @@ void kill_net_crypto(Net_Crypto *c);
212/* Initialize the cryptopacket handling. */ 208/* Initialize the cryptopacket handling. */
213void init_cryptopackets(void *dht); 209void init_cryptopackets(void *dht);
214 210
215#ifdef __cplusplus
216}
217#endif
218 211
219#endif 212#endif