diff options
author | irungentoo <irungentoo@gmail.com> | 2014-10-15 20:00:10 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2014-10-15 20:00:10 -0400 |
commit | 34311d1ba87f8f32a346422e2db4aa7f1d3fbb57 (patch) | |
tree | 568c2d3dc7790226b8b450455a3313bccb23b90c /toxcore/tox.h | |
parent | 9ef1be1b6f01e2b1c2209365956e1d2c35ea91a3 (diff) | |
parent | 44a9375f2c4c9017c8ef657ea1fb79f287791c31 (diff) |
Merge branch 'copy_chatlist' of https://github.com/JFreegman/toxcore
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 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. */ |
540 | uint32_t tox_get_chatlist(const Tox *tox, int *out_list, uint32_t list_size); | 540 | uint32_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 | ||