summaryrefslogtreecommitdiff
path: root/toxcore/group_chats.h
diff options
context:
space:
mode:
authorCoren[m] <Break@Ocean>2013-09-13 09:06:52 +0200
committerCoren[m] <Break@Ocean>2013-09-13 09:06:52 +0200
commite67a11dd04edce395c2d0ac403241ed08a875737 (patch)
tree4a0c069cfe501c6395ee25a4050fd6068acd2f29 /toxcore/group_chats.h
parentec3734fc5d0f0d81a5220cf16ad6ef8eb5f06c7c (diff)
parentf8b979a92a8c316c49bed28e158a468a2f74346c (diff)
Merge remote-tracking branch 'upstream/master' into Integration
Diffstat (limited to 'toxcore/group_chats.h')
-rw-r--r--toxcore/group_chats.h1
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 */
81uint32_t group_sendmessage(Group_Chat *chat, uint8_t *message, uint32_t length); 82uint32_t group_sendmessage(Group_Chat *chat, uint8_t *message, uint32_t length);
82 83