aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_get_iovec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_get_iovec.c')
-rw-r--r--src/testcurl/test_get_iovec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testcurl/test_get_iovec.c b/src/testcurl/test_get_iovec.c
index 4e59c56f..0a41e6d1 100644
--- a/src/testcurl/test_get_iovec.c
+++ b/src/testcurl/test_get_iovec.c
@@ -332,7 +332,7 @@ testInternalGet (bool contiguous)
332 332
333 333
334static int 334static int
335testMultithreadedGet () 335testMultithreadedGet (void)
336{ 336{
337 struct MHD_Daemon *d; 337 struct MHD_Daemon *d;
338 CURL *c; 338 CURL *c;
@@ -404,7 +404,7 @@ testMultithreadedGet ()
404 404
405 405
406static int 406static int
407testMultithreadedPoolGet () 407testMultithreadedPoolGet (void)
408{ 408{
409 struct MHD_Daemon *d; 409 struct MHD_Daemon *d;
410 CURL *c; 410 CURL *c;
@@ -477,7 +477,7 @@ testMultithreadedPoolGet ()
477 477
478 478
479static int 479static int
480testExternalGet () 480testExternalGet (void)
481{ 481{
482 struct MHD_Daemon *d; 482 struct MHD_Daemon *d;
483 CURL *c; 483 CURL *c;
@@ -660,7 +660,7 @@ testExternalGet ()
660 660
661 661
662static int 662static int
663testUnknownPortGet () 663testUnknownPortGet (void)
664{ 664{
665 struct MHD_Daemon *d; 665 struct MHD_Daemon *d;
666 const union MHD_DaemonInfo *di; 666 const union MHD_DaemonInfo *di;