summaryrefslogtreecommitdiff
path: root/auto_tests/onion_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/onion_test.c')
-rw-r--r--auto_tests/onion_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/onion_test.c b/auto_tests/onion_test.c
index 6cd06494..20c7ff86 100644
--- a/auto_tests/onion_test.c
+++ b/auto_tests/onion_test.c
@@ -17,7 +17,7 @@
17#define USE_IPV6 1 17#define USE_IPV6 1
18#endif 18#endif
19 19
20static inline IP get_loopback() 20static inline IP get_loopback(void)
21{ 21{
22 IP ip; 22 IP ip;
23#if USE_IPV6 23#if USE_IPV6