summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-20 15:15:49 -0700
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-22 02:10:18 -0700
commit3f0c1017714eb8b5114ee5d0caaa5bc453217d09 (patch)
treed5afef4d1828644433db37012b01abd7cf879d1b /toxcore/tox.h
parentb044cfbf1509ff45b2d4b0f518dadd8ad7c05046 (diff)
Make Friend User Status stateless
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.