summaryrefslogtreecommitdiff
path: root/toxcore/friend_requests.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/friend_requests.h
parente0779ed0a615002684594cd48f1e3f5f9c7639f9 (diff)
Removed some no longer needed ifdefs.
Diffstat (limited to 'toxcore/friend_requests.h')
-rw-r--r--toxcore/friend_requests.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/toxcore/friend_requests.h b/toxcore/friend_requests.h
index 2ebd557b..f4cbf67d 100644
--- a/toxcore/friend_requests.h
+++ b/toxcore/friend_requests.h
@@ -27,9 +27,6 @@
27#include "DHT.h" 27#include "DHT.h"
28#include "net_crypto.h" 28#include "net_crypto.h"
29 29
30#ifdef __cplusplus
31extern "C" {
32#endif
33 30
34typedef struct { 31typedef struct {
35 uint32_t nospam; 32 uint32_t nospam;
@@ -63,8 +60,5 @@ void callback_friendrequest(Friend_Requests *fr, void (*function)(uint8_t *, uin
63/* sets up friendreq packet handlers */ 60/* sets up friendreq packet handlers */
64void friendreq_init(Friend_Requests *fr, Net_Crypto *c); 61void friendreq_init(Friend_Requests *fr, Net_Crypto *c);
65 62
66#ifdef __cplusplus
67}
68#endif
69 63
70#endif 64#endif