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 dab8ac08..e392ecff 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -1351,7 +1351,7 @@ typedef void tox_friend_status_cb(Tox *tox, uint32_t friend_number, TOX_USER_STA
1351 * 1351 *
1352 * This event is triggered when a friend changes their user status. 1352 * This event is triggered when a friend changes their user status.
1353 */ 1353 */
1354void tox_callback_friend_status(Tox *tox, tox_friend_status_cb *callback, void *user_data); 1354void tox_callback_friend_status(Tox *tox, tox_friend_status_cb *callback);
1355 1355
1356/** 1356/**
1357 * Check whether a friend is currently connected to this client. 1357 * Check whether a friend is currently connected to this client.