From 7f64118da5013d302824e9cfc89b6d89b87c90a8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 20 Jun 2015 12:09:14 +0200 Subject: tests: don't depend on gnulib That dependency unfortunately causes many portability problems on platforms where it should have worked out of the box. --- tests/utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/utils.h') diff --git a/tests/utils.h b/tests/utils.h index b3f50fde13..e5949a7249 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -57,7 +57,6 @@ extern void escapeprint(const char *str, size_t len); extern void hexprint(const void *str, size_t len); extern void binprint(const void *str, size_t len); -int udp_socketpair(int *fd); void sec_sleep(int sec); /* This must be implemented elsewhere. */ -- cgit v1.2.1