aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_postform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_postform.c')
-rw-r--r--src/testcurl/test_postform.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testcurl/test_postform.c b/src/testcurl/test_postform.c
index b429777b..4fb4fe4f 100644
--- a/src/testcurl/test_postform.c
+++ b/src/testcurl/test_postform.c
@@ -174,7 +174,7 @@ ahc_echo (void *cls,
174 174
175 175
176static struct curl_httppost * 176static struct curl_httppost *
177make_form () 177make_form (void)
178{ 178{
179 struct curl_httppost *post = NULL; 179 struct curl_httppost *post = NULL;
180 struct curl_httppost *last = NULL; 180 struct curl_httppost *last = NULL;
@@ -188,7 +188,7 @@ make_form ()
188 188
189 189
190static int 190static int
191testInternalPost () 191testInternalPost (void)
192{ 192{
193 struct MHD_Daemon *d; 193 struct MHD_Daemon *d;
194 CURL *c; 194 CURL *c;
@@ -266,7 +266,7 @@ testInternalPost ()
266 266
267 267
268static int 268static int
269testMultithreadedPost () 269testMultithreadedPost (void)
270{ 270{
271 struct MHD_Daemon *d; 271 struct MHD_Daemon *d;
272 CURL *c; 272 CURL *c;
@@ -345,7 +345,7 @@ testMultithreadedPost ()
345 345
346 346
347static int 347static int
348testMultithreadedPoolPost () 348testMultithreadedPoolPost (void)
349{ 349{
350 struct MHD_Daemon *d; 350 struct MHD_Daemon *d;
351 CURL *c; 351 CURL *c;
@@ -424,7 +424,7 @@ testMultithreadedPoolPost ()
424 424
425 425
426static int 426static int
427testExternalPost () 427testExternalPost (void)
428{ 428{
429 struct MHD_Daemon *d; 429 struct MHD_Daemon *d;
430 CURL *c; 430 CURL *c;