From 605dfe882c52bfad4dee9678a69e4b816d93431d Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 8 Oct 2018 21:05:14 +0000 Subject: Consistently use camel case enum names. Including in tests and implementation files. --- testing/misc_tools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/misc_tools.h') diff --git a/testing/misc_tools.h b/testing/misc_tools.h index 259525a5..e7060551 100644 --- a/testing/misc_tools.h +++ b/testing/misc_tools.h @@ -17,11 +17,11 @@ void to_hex(char *out, uint8_t *in, int size); int tox_strncasecmp(const char *s1, const char *s2, size_t n); int cmdline_parsefor_ipv46(int argc, char **argv, uint8_t *ipv6enabled); -void print_debug_log(Tox *m, TOX_LOG_LEVEL level, const char *file, uint32_t line, const char *func, +void print_debug_log(Tox *m, Tox_Log_Level level, const char *file, uint32_t line, const char *func, const char *message, void *user_data); -Tox *tox_new_log(struct Tox_Options *options, TOX_ERR_NEW *err, void *log_user_data); -Tox *tox_new_log_lan(struct Tox_Options *options, TOX_ERR_NEW *err, void *log_user_data, bool lan_discovery); +Tox *tox_new_log(struct Tox_Options *options, Tox_Err_New *err, void *log_user_data); +Tox *tox_new_log_lan(struct Tox_Options *options, Tox_Err_New *err, void *log_user_data, bool lan_discovery); int use_test_rng(uint32_t seed); -- cgit v1.2.3