diff options
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r-- | toxcore/tox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h index 497fa3bc..97fb912a 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h | |||
@@ -407,7 +407,7 @@ int tox_group_message_send(Tox *tox, int groupnumber, uint8_t *message, uint32_t | |||
407 | 407 | ||
408 | /* Return the number of chats in the instance m. | 408 | /* Return the number of chats in the instance m. |
409 | * You should use this to determine how much memory to allocate | 409 | * You should use this to determine how much memory to allocate |
410 | * for copy_friendlist. */ | 410 | * for copy_chatlist. */ |
411 | uint32_t tox_count_chatlist(Tox *tox); | 411 | uint32_t tox_count_chatlist(Tox *tox); |
412 | 412 | ||
413 | /* Copy a list of valid chat IDs into the array out_list. | 413 | /* Copy a list of valid chat IDs into the array out_list. |