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:
@ -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);
|
||||
|
Reference in New Issue
Block a user