aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_post_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_post_loop.c')
-rw-r--r--src/testcurl/test_post_loop.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testcurl/test_post_loop.c b/src/testcurl/test_post_loop.c
index b4a22eb1..efcd5370 100644
--- a/src/testcurl/test_post_loop.c
+++ b/src/testcurl/test_post_loop.c
@@ -118,7 +118,7 @@ ahc_echo (void *cls,
118 118
119 119
120static int 120static int
121testInternalPost () 121testInternalPost (void)
122{ 122{
123 struct MHD_Daemon *d; 123 struct MHD_Daemon *d;
124 CURL *c; 124 CURL *c;
@@ -207,7 +207,7 @@ testInternalPost ()
207 207
208 208
209static int 209static int
210testMultithreadedPost () 210testMultithreadedPost (void)
211{ 211{
212 struct MHD_Daemon *d; 212 struct MHD_Daemon *d;
213 CURL *c; 213 CURL *c;
@@ -299,7 +299,7 @@ testMultithreadedPost ()
299 299
300 300
301static int 301static int
302testMultithreadedPoolPost () 302testMultithreadedPoolPost (void)
303{ 303{
304 struct MHD_Daemon *d; 304 struct MHD_Daemon *d;
305 CURL *c; 305 CURL *c;
@@ -390,7 +390,7 @@ testMultithreadedPoolPost ()
390 390
391 391
392static int 392static int
393testExternalPost () 393testExternalPost (void)
394{ 394{
395 struct MHD_Daemon *d; 395 struct MHD_Daemon *d;
396 CURL *c; 396 CURL *c;
@@ -615,7 +615,7 @@ static unsigned long long start_time;
615 * @return current time in ms 615 * @return current time in ms
616 */ 616 */
617static unsigned long long 617static unsigned long long
618now () 618now (void)
619{ 619{
620 struct timeval tv; 620 struct timeval tv;
621 621