diff options
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/group_chats.h | 8 |
1 files changed, 1 insertions, 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 @@ | |||
27 | 27 | ||
28 | #include "net_crypto.h" | 28 | #include "net_crypto.h" |
29 | 29 | ||
30 | #ifdef __cplusplus | ||
31 | extern "C" { | ||
32 | #endif | ||
33 | |||
34 | #define MAX_NICK_BYTES 128 | 30 | #define MAX_NICK_BYTES 128 |
35 | 31 | ||
36 | typedef struct { | 32 | typedef struct { |
@@ -130,8 +126,6 @@ int handle_groupchatpacket(Group_Chat *chat, IP_Port source, uint8_t *packet, ui | |||
130 | 126 | ||
131 | void chat_bootstrap(Group_Chat *chat, IP_Port ip_port, uint8_t *client_id); | 127 | void chat_bootstrap(Group_Chat *chat, IP_Port ip_port, uint8_t *client_id); |
132 | void chat_bootstrap_nonlazy(Group_Chat *chat, IP_Port ip_port, uint8_t *client_id); | 128 | void chat_bootstrap_nonlazy(Group_Chat *chat, IP_Port ip_port, uint8_t *client_id); |
133 | #ifdef __cplusplus | 129 | |
134 | } | ||
135 | #endif | ||
136 | 130 | ||
137 | #endif | 131 | #endif |