summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-18 00:37:45 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-18 17:19:23 +0100
commitbdf5ac37b45870e8b8e7d621334d7bd034bf7149 (patch)
treeea717701720744124c74e3ed9e7b112c22e54b65 /toxcore/tox.h
parent6935643f9aca68c135161a4e3bf046cbd075000c (diff)
Make friend_status_message callback stateless.
See #40 for details.
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 5e6de408..1bb98a76 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -1327,7 +1327,7 @@ typedef void tox_friend_status_message_cb(Tox *tox, uint32_t friend_number, cons
1327 * 1327 *
1328 * This event is triggered when a friend changes their status message. 1328 * This event is triggered when a friend changes their status message.
1329 */ 1329 */
1330void tox_callback_friend_status_message(Tox *tox, tox_friend_status_message_cb *callback, void *user_data); 1330void tox_callback_friend_status_message(Tox *tox, tox_friend_status_message_cb *callback);
1331 1331
1332/** 1332/**
1333 * Return the friend's user status (away/busy/...). If the friend number is 1333 * Return the friend's user status (away/busy/...). If the friend number is