summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-20 15:25:26 -0700
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-22 03:12:47 -0700
commita6f2e9539b9f73e40076fe85d8f1152b279142e7 (patch)
tree85caf73237df61a020e1d56420cf46403a43957a /toxcore/tox.h
parent3f0c1017714eb8b5114ee5d0caaa5bc453217d09 (diff)
Make Message received receipts 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 e392ecff..16e83207 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -1531,7 +1531,7 @@ typedef void tox_friend_read_receipt_cb(Tox *tox, uint32_t friend_number, uint32
1531 * This event is triggered when the friend receives the message sent with 1531 * This event is triggered when the friend receives the message sent with
1532 * tox_friend_send_message with the corresponding message ID. 1532 * tox_friend_send_message with the corresponding message ID.
1533 */ 1533 */
1534void tox_callback_friend_read_receipt(Tox *tox, tox_friend_read_receipt_cb *callback, void *user_data); 1534void tox_callback_friend_read_receipt(Tox *tox, tox_friend_read_receipt_cb *callback);
1535 1535
1536 1536
1537/******************************************************************************* 1537/*******************************************************************************