aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/test_get.c')
-rw-r--r--src/testzzuf/test_get.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testzzuf/test_get.c b/src/testzzuf/test_get.c
index cfa70b13..83d92ab3 100644
--- a/src/testzzuf/test_get.c
+++ b/src/testzzuf/test_get.c
@@ -59,6 +59,7 @@ copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
59 return size * nmemb; 59 return size * nmemb;
60} 60}
61 61
62
62static int 63static int
63ahc_echo (void *cls, 64ahc_echo (void *cls,
64 struct MHD_Connection *connection, 65 struct MHD_Connection *connection,
@@ -138,6 +139,7 @@ testInternalGet ()
138 return 0; 139 return 0;
139} 140}
140 141
142
141static int 143static int
142testMultithreadedGet () 144testMultithreadedGet ()
143{ 145{