1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 16:46:46 +02:00

cleanup: Remove all uses of deprecated enum names.

All-caps enum names have been deprecated for a while now and will go
away in 0.3.0.
This commit is contained in:
iphydf
2022-03-07 19:20:35 +00:00
parent 310cf464d0
commit fdfaaf953f
4 changed files with 4 additions and 4 deletions

View File

@ -229,7 +229,7 @@ void exit_toxic_err(const char *errmsg, int errcode)
exit(EXIT_FAILURE);
}
void cb_toxcore_logger(Tox *m, TOX_LOG_LEVEL level, const char *file, uint32_t line, const char *func,
void cb_toxcore_logger(Tox *m, Tox_Log_Level level, const char *file, uint32_t line, const char *func,
const char *message, void *user_data)
{
UNUSED_VAR(user_data);