From d35fee43ba7fe131e9c3dcda5167a46eacbf315a Mon Sep 17 00:00:00 2001 From: "Coren[m]" Date: Wed, 11 Sep 2013 15:19:39 +0200 Subject: toxcore/util.h: - moved cmdline_parsefor_ipv46() to testing/misc_tools.c --- toxcore/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'toxcore/util.h') 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(); bool id_eq(uint8_t *dest, uint8_t *src); void id_cpy(uint8_t *dest, uint8_t *src); -int cmdline_parsefor_ipv46(int argc, char **argv, uint8_t *ipv6enabled); - #undef LOGGING /* #define LOGGING */ #ifdef LOGGING -- cgit v1.2.3