aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_put.c')
-rw-r--r--src/testcurl/test_put.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testcurl/test_put.c b/src/testcurl/test_put.c
index d2da48ac..67318934 100644
--- a/src/testcurl/test_put.c
+++ b/src/testcurl/test_put.c
@@ -124,7 +124,7 @@ ahc_echo (void *cls,
124 124
125 125
126static int 126static int
127testInternalPut () 127testInternalPut (void)
128{ 128{
129 struct MHD_Daemon *d; 129 struct MHD_Daemon *d;
130 CURL *c; 130 CURL *c;
@@ -202,7 +202,7 @@ testInternalPut ()
202 202
203 203
204static int 204static int
205testMultithreadedPut () 205testMultithreadedPut (void)
206{ 206{
207 struct MHD_Daemon *d; 207 struct MHD_Daemon *d;
208 CURL *c; 208 CURL *c;
@@ -282,7 +282,7 @@ testMultithreadedPut ()
282 282
283 283
284static int 284static int
285testMultithreadedPoolPut () 285testMultithreadedPoolPut (void)
286{ 286{
287 struct MHD_Daemon *d; 287 struct MHD_Daemon *d;
288 CURL *c; 288 CURL *c;
@@ -363,7 +363,7 @@ testMultithreadedPoolPut ()
363 363
364 364
365static int 365static int
366testExternalPut () 366testExternalPut (void)
367{ 367{
368 struct MHD_Daemon *d; 368 struct MHD_Daemon *d;
369 CURL *c; 369 CURL *c;