summaryrefslogtreecommitdiff
path: root/testing/misc_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/misc_tools.h')
-rw-r--r--testing/misc_tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/misc_tools.h b/testing/misc_tools.h
index e7060551..b9c3ca3e 100644
--- a/testing/misc_tools.h
+++ b/testing/misc_tools.h
@@ -15,7 +15,7 @@ void c_sleep(uint32_t x);
15uint8_t *hex_string_to_bin(const char *hex_string); 15uint8_t *hex_string_to_bin(const char *hex_string);
16void to_hex(char *out, uint8_t *in, int size); 16void to_hex(char *out, uint8_t *in, int size);
17int tox_strncasecmp(const char *s1, const char *s2, size_t n); 17int tox_strncasecmp(const char *s1, const char *s2, size_t n);
18int cmdline_parsefor_ipv46(int argc, char **argv, uint8_t *ipv6enabled); 18int cmdline_parsefor_ipv46(int argc, char **argv, bool *ipv6enabled);
19 19
20void print_debug_log(Tox *m, Tox_Log_Level level, const char *file, uint32_t line, const char *func, 20void print_debug_log(Tox *m, Tox_Log_Level level, const char *file, uint32_t line, const char *func,
21 const char *message, void *user_data); 21 const char *message, void *user_data);