summaryrefslogtreecommitdiff
path: root/toxcore/group_chats.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/group_chats.h')
-rw-r--r--toxcore/group_chats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/group_chats.h b/toxcore/group_chats.h
index 7af13d8d..535b46db 100644
--- a/toxcore/group_chats.h
+++ b/toxcore/group_chats.h
@@ -115,7 +115,7 @@ int handle_groupchatpacket(Group_Chat *chat, IP_Port source, uint8_t *packet, ui
115 115
116 116
117void chat_bootstrap(Group_Chat *chat, IP_Port ip_port, uint8_t *client_id); 117void chat_bootstrap(Group_Chat *chat, IP_Port ip_port, uint8_t *client_id);
118 118void chat_bootstrap_nonlazy(Group_Chat *chat, IP_Port ip_port, uint8_t *client_id);
119#ifdef __cplusplus 119#ifdef __cplusplus
120} 120}
121#endif 121#endif