summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 72589142..c95a4fd3 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -352,9 +352,9 @@ void tox_callback_status_message(Tox *tox, void (*function)(Tox *tox, int, uint8
352void tox_callback_user_status(Tox *tox, void (*function)(Tox *tox, int, TOX_USERSTATUS, void *), void *userdata); 352void tox_callback_user_status(Tox *tox, void (*function)(Tox *tox, int, TOX_USERSTATUS, void *), void *userdata);
353 353
354/* Set the callback for typing changes. 354/* Set the callback for typing changes.
355 * function (int friendnumber, uint8_t is_typing) 355 * function (int friendnumber, int is_typing)
356 */ 356 */
357void tox_callback_typing_change(Tox *tox, void (*function)(Tox *tox, int, uint8_t, void *), void *userdata); 357void tox_callback_typing_change(Tox *tox, void (*function)(Tox *tox, int, int, void *), void *userdata);
358 358
359/* Set the callback for read receipts. 359/* Set the callback for read receipts.
360 * function(int friendnumber, uint32_t receipt) 360 * function(int friendnumber, uint32_t receipt)