summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index bdc110e6..487f2517 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -222,7 +222,7 @@ int tox_set_status_message(Tox *tox, uint8_t *status, uint16_t length)
222 return m_set_statusmessage(m, status, length); 222 return m_set_statusmessage(m, status, length);
223} 223}
224 224
225int tox_set_userstatus(Tox *tox, TOX_USERSTATUS status) 225int tox_set_user_status(Tox *tox, TOX_USERSTATUS status)
226{ 226{
227 Messenger *m = tox; 227 Messenger *m = tox;
228 return m_set_userstatus(m, (USERSTATUS)status); 228 return m_set_userstatus(m, (USERSTATUS)status);