summaryrefslogtreecommitdiff
path: root/toxcore/util.h
diff options
context:
space:
mode:
authorCoren[m] <Break@Ocean>2013-09-10 22:59:33 +0200
committerCoren[m] <Break@Ocean>2013-09-10 22:59:33 +0200
commit64ca4b5db23dbb68d1b01e307837c9fb89283256 (patch)
treeb8544dbb4146415dc48caa37946e6651c37ce519 /toxcore/util.h
parente89dda5cea04f217d7981d567de963cc8f2e76c7 (diff)
tox.*, DHT.*:
- return to the caller if the string could be resolved into an IP other/DHT_bootstrap.c, testing/*_test.c, testing/nTox.c: - parse cmdline for --ipv4/--ipv6 switch to allow user a choice util.h: - proper old-style C-comment
Diffstat (limited to 'toxcore/util.h')
-rw-r--r--toxcore/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/util.h b/toxcore/util.h
index 20731a05..71be84ca 100644
--- a/toxcore/util.h
+++ b/toxcore/util.h
@@ -17,7 +17,7 @@ bool id_eq(uint8_t *dest, uint8_t *src);
17void id_cpy(uint8_t *dest, uint8_t *src); 17void id_cpy(uint8_t *dest, uint8_t *src);
18 18
19#undef LOGGING 19#undef LOGGING
20// #define LOGGING 20/* #define LOGGING */
21#ifdef LOGGING 21#ifdef LOGGING
22extern char logbuffer[512]; 22extern char logbuffer[512];
23void loginit(uint16_t port); 23void loginit(uint16_t port);