aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_patch.c')
-rw-r--r--src/testcurl/test_patch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testcurl/test_patch.c b/src/testcurl/test_patch.c
index 26d9fec3..ffdbf229 100644
--- a/src/testcurl/test_patch.c
+++ b/src/testcurl/test_patch.c
@@ -157,7 +157,7 @@ setup_curl (long port,
157 157
158 158
159static int 159static int
160testInternalPut () 160testInternalPut (void)
161{ 161{
162 struct MHD_Daemon *d; 162 struct MHD_Daemon *d;
163 CURL *c; 163 CURL *c;
@@ -216,7 +216,7 @@ testInternalPut ()
216 216
217 217
218static int 218static int
219testMultithreadedPut () 219testMultithreadedPut (void)
220{ 220{
221 struct MHD_Daemon *d; 221 struct MHD_Daemon *d;
222 CURL *c; 222 CURL *c;
@@ -277,7 +277,7 @@ testMultithreadedPut ()
277 277
278 278
279static int 279static int
280testMultithreadedPoolPut () 280testMultithreadedPoolPut (void)
281{ 281{
282 struct MHD_Daemon *d; 282 struct MHD_Daemon *d;
283 CURL *c; 283 CURL *c;
@@ -339,7 +339,7 @@ testMultithreadedPoolPut ()
339 339
340 340
341static int 341static int
342testExternalPut () 342testExternalPut (void)
343{ 343{
344 struct MHD_Daemon *d; 344 struct MHD_Daemon *d;
345 CURL *c; 345 CURL *c;