summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorAnurag Agarwal <anurag.agarwal561994@gmail.com>2015-03-22 20:18:47 +0530
committerAnurag Agarwal <anurag.agarwal561994@gmail.com>2015-03-22 20:18:47 +0530
commit79cbad38d0408f03be37abdb63c1736d49dd1929 (patch)
tree22beb4b07d8515ea468fa8ca3b53adb7a7fe129a /toxcore/tox.h
parentb0983104d501d6906af56c5dc669e98541306f69 (diff)
Fixes #1296
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 f7fc9a62..39df905a 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -1128,7 +1128,7 @@ typedef void tox_friend_status_message_cb(Tox *tox, uint32_t friend_number, cons
1128/** 1128/**
1129 * Set the callback for the `friend_status_message` event. Pass NULL to unset. 1129 * Set the callback for the `friend_status_message` event. Pass NULL to unset.
1130 * 1130 *
1131 * This event is triggered when a friend changes their name. 1131 * This event is triggered when a friend changes their status message.
1132 */ 1132 */
1133void tox_callback_friend_status_message(Tox *tox, tox_friend_status_message_cb *function, void *user_data); 1133void tox_callback_friend_status_message(Tox *tox, tox_friend_status_message_cb *function, void *user_data);
1134 1134