From efa3c79699c4d0af21b7fcdc30b6117adfdc1e9d Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 1 Oct 2013 19:01:15 -0400 Subject: Removed useless ifdefs. --- toxcore/group_chats.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/toxcore/group_chats.h b/toxcore/group_chats.h index e45f2af2..33f0b1e6 100644 --- a/toxcore/group_chats.h +++ b/toxcore/group_chats.h @@ -27,10 +27,6 @@ #include "net_crypto.h" -#ifdef __cplusplus -extern "C" { -#endif - #define MAX_NICK_BYTES 128 typedef struct { @@ -130,8 +126,6 @@ int handle_groupchatpacket(Group_Chat *chat, IP_Port source, uint8_t *packet, ui void chat_bootstrap(Group_Chat *chat, IP_Port ip_port, uint8_t *client_id); void chat_bootstrap_nonlazy(Group_Chat *chat, IP_Port ip_port, uint8_t *client_id); -#ifdef __cplusplus -} -#endif + #endif -- cgit v1.2.3