summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index db68fff2..4920853e 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -537,7 +537,7 @@ uint32_t tox_count_chatlist(const Tox *tox);
537 * Otherwise, returns the number of elements copied. 537 * Otherwise, returns the number of elements copied.
538 * If the array was too small, the contents 538 * If the array was too small, the contents
539 * of out_list will be truncated to list_size. */ 539 * of out_list will be truncated to list_size. */
540uint32_t tox_get_chatlist(const Tox *tox, int *out_list, uint32_t list_size); 540uint32_t tox_get_chatlist(const Tox *tox, int32_t *out_list, uint32_t list_size);
541 541
542/****************AVATAR FUNCTIONS*****************/ 542/****************AVATAR FUNCTIONS*****************/
543 543