summaryrefslogtreecommitdiff
path: root/toxcore/util.h
diff options
context:
space:
mode:
authorCoren[m] <Break@Ocean>2013-09-11 15:19:39 +0200
committerCoren[m] <Break@Ocean>2013-09-11 15:19:39 +0200
commitd35fee43ba7fe131e9c3dcda5167a46eacbf315a (patch)
treedcd539e4964b084312e0086072abbc8f25c3033e /toxcore/util.h
parenta326e851ba532756fefd9b83555be66f3c9de764 (diff)
toxcore/util.h:
- moved cmdline_parsefor_ipv46() to testing/misc_tools.c
Diffstat (limited to 'toxcore/util.h')
-rw-r--r--toxcore/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/util.h b/toxcore/util.h
index e7be2d51..71be84ca 100644
--- a/toxcore/util.h
+++ b/toxcore/util.h
@@ -16,8 +16,6 @@ uint64_t random_64b();
16bool id_eq(uint8_t *dest, uint8_t *src); 16bool 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
19int cmdline_parsefor_ipv46(int argc, char **argv, uint8_t *ipv6enabled);
20
21#undef LOGGING 19#undef LOGGING
22/* #define LOGGING */ 20/* #define LOGGING */
23#ifdef LOGGING 21#ifdef LOGGING