summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r--toxcore/Messenger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index 91faff66..1139fb74 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -479,7 +479,7 @@ int m_get_self_statusmessage_size(const Messenger *m);
479 * retruns -1 on failure. 479 * retruns -1 on failure.
480 */ 480 */
481int m_copy_statusmessage(const Messenger *m, int32_t friendnumber, uint8_t *buf, uint32_t maxlen); 481int m_copy_statusmessage(const Messenger *m, int32_t friendnumber, uint8_t *buf, uint32_t maxlen);
482int m_copy_self_statusmessage(const Messenger *m, uint8_t *buf, uint32_t maxlen); 482int m_copy_self_statusmessage(const Messenger *m, uint8_t *buf);
483 483
484/* return one of USERSTATUS values. 484/* return one of USERSTATUS values.
485 * Values unknown to your application should be represented as USERSTATUS_NONE. 485 * Values unknown to your application should be represented as USERSTATUS_NONE.