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 ca6869e4..5e6de408 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -1287,7 +1287,7 @@ typedef void tox_friend_name_cb(Tox *tox, uint32_t friend_number, const uint8_t
1287 * 1287 *
1288 * This event is triggered when a friend changes their name. 1288 * This event is triggered when a friend changes their name.
1289 */ 1289 */
1290void tox_callback_friend_name(Tox *tox, tox_friend_name_cb *callback, void *user_data); 1290void tox_callback_friend_name(Tox *tox, tox_friend_name_cb *callback);
1291 1291
1292/** 1292/**
1293 * Return the length of the friend's status message. If the friend number is 1293 * Return the length of the friend's status message. If the friend number is