summaryrefslogtreecommitdiff
path: root/other/DHT_bootstrap.c
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 /other/DHT_bootstrap.c
parenta326e851ba532756fefd9b83555be66f3c9de764 (diff)
toxcore/util.h:
- moved cmdline_parsefor_ipv46() to testing/misc_tools.c
Diffstat (limited to 'other/DHT_bootstrap.c')
-rw-r--r--other/DHT_bootstrap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c
index f2e792ac..f5fa9818 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.c
@@ -33,7 +33,6 @@
33#include "../toxcore/DHT.h" 33#include "../toxcore/DHT.h"
34#include "../toxcore/friend_requests.h" 34#include "../toxcore/friend_requests.h"
35#include "../testing/misc_tools.c" 35#include "../testing/misc_tools.c"
36#include "../toxcore/util.h"
37 36
38/* Sleep function (x = milliseconds) */ 37/* Sleep function (x = milliseconds) */
39#ifdef WIN32 38#ifdef WIN32