diff options
Diffstat (limited to 'toxcore/group_chats.h')
-rw-r--r-- | toxcore/group_chats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/group_chats.h b/toxcore/group_chats.h index 535b46db..78a5488c 100644 --- a/toxcore/group_chats.h +++ b/toxcore/group_chats.h | |||
@@ -77,6 +77,7 @@ void callback_groupmessage(Group_Chat *chat, void (*function)(Group_Chat *chat, | |||
77 | /* | 77 | /* |
78 | * Send a message to the group. | 78 | * Send a message to the group. |
79 | * | 79 | * |
80 | * returns the number of peers it has sent it to. | ||
80 | */ | 81 | */ |
81 | uint32_t group_sendmessage(Group_Chat *chat, uint8_t *message, uint32_t length); | 82 | uint32_t group_sendmessage(Group_Chat *chat, uint8_t *message, uint32_t length); |
82 | 83 | ||