aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_post.c')
-rw-r--r--src/testcurl/test_post.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testcurl/test_post.c b/src/testcurl/test_post.c
index d97839c0..f0040140 100644
--- a/src/testcurl/test_post.c
+++ b/src/testcurl/test_post.c
@@ -166,7 +166,7 @@ ahc_echo (void *cls,
166 166
167 167
168static int 168static int
169testInternalPost () 169testInternalPost (void)
170{ 170{
171 struct MHD_Daemon *d; 171 struct MHD_Daemon *d;
172 CURL *c; 172 CURL *c;
@@ -242,7 +242,7 @@ testInternalPost ()
242 242
243 243
244static int 244static int
245testMultithreadedPost () 245testMultithreadedPost (void)
246{ 246{
247 struct MHD_Daemon *d; 247 struct MHD_Daemon *d;
248 CURL *c; 248 CURL *c;
@@ -319,7 +319,7 @@ testMultithreadedPost ()
319 319
320 320
321static int 321static int
322testMultithreadedPoolPost () 322testMultithreadedPoolPost (void)
323{ 323{
324 struct MHD_Daemon *d; 324 struct MHD_Daemon *d;
325 CURL *c; 325 CURL *c;
@@ -396,7 +396,7 @@ testMultithreadedPoolPost ()
396 396
397 397
398static int 398static int
399testExternalPost () 399testExternalPost (void)
400{ 400{
401 struct MHD_Daemon *d; 401 struct MHD_Daemon *d;
402 CURL *c; 402 CURL *c;
@@ -803,7 +803,7 @@ testMultithreadedPostCancelPart (int flags)
803 803
804 804
805static int 805static int
806testMultithreadedPostCancel () 806testMultithreadedPostCancel (void)
807{ 807{
808 int result = 0; 808 int result = 0;
809 int flags; 809 int flags;