1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-28 10:36:45 +02:00

Convert deprecated uppercase enums to camelcase

This commit is contained in:
jfreegman
2018-10-09 23:06:57 -04:00
parent 94d22a8853
commit 0fea930c24
26 changed files with 107 additions and 103 deletions

View File

@ -73,7 +73,7 @@ char *api_get_nick(void)
return (char *) name;
}
TOX_USER_STATUS api_get_status(void)
Tox_User_Status api_get_status(void)
{
return tox_self_get_status(user_tox);
}