summaryrefslogtreecommitdiff
path: root/toxcore/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/group.h')
-rw-r--r--toxcore/group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/group.h b/toxcore/group.h
index fc7629f3..7e7d7050 100644
--- a/toxcore/group.h
+++ b/toxcore/group.h
@@ -321,7 +321,7 @@ uint32_t count_chatlist(Group_Chats *g_c);
321 * Otherwise, returns the number of elements copied. 321 * Otherwise, returns the number of elements copied.
322 * If the array was too small, the contents 322 * If the array was too small, the contents
323 * of out_list will be truncated to list_size. */ 323 * of out_list will be truncated to list_size. */
324uint32_t copy_chatlist(Group_Chats *g_c, int32_t *out_list, uint32_t list_size); 324uint32_t copy_chatlist(Group_Chats *g_c, uint32_t *out_list, uint32_t list_size);
325 325
326/* return the type of groupchat (GROUPCHAT_TYPE_) that groupnumber is. 326/* return the type of groupchat (GROUPCHAT_TYPE_) that groupnumber is.
327 * 327 *