From 3f11d106daeeeacf13e6207a7042a90ece7c9325 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 16 Feb 2015 20:57:44 -0500 Subject: More new api work done. m_copy_self_statusmessage no longer takes a buffer length argument. --- toxcore/tox.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toxcore/tox.h') diff --git a/toxcore/tox.h b/toxcore/tox.h index 056dcd31..2dc1594c 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -730,7 +730,6 @@ size_t tox_self_get_name_size(Tox const *tox); */ void tox_self_get_name(Tox const *tox, uint8_t *name); - /** * Set the client's status message. * @@ -760,7 +759,7 @@ size_t tox_self_get_status_message_size(Tox const *tox); * Call tox_self_status_message_size to find out how much memory to allocate for * the result. * - * @param name A valid memory location large enough to hold the status message. + * @param status A valid memory location large enough to hold the status message. * If this parameter is NULL, the function has no effect. */ void tox_self_get_status_message(Tox const *tox, uint8_t *status); -- cgit v1.2.3