summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-10-15 20:00:10 -0400
committerirungentoo <irungentoo@gmail.com>2014-10-15 20:00:10 -0400
commit34311d1ba87f8f32a346422e2db4aa7f1d3fbb57 (patch)
tree568c2d3dc7790226b8b450455a3313bccb23b90c /toxcore/tox.h
parent9ef1be1b6f01e2b1c2209365956e1d2c35ea91a3 (diff)
parent44a9375f2c4c9017c8ef657ea1fb79f287791c31 (diff)
Merge branch 'copy_chatlist' of https://github.com/JFreegman/toxcore
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