aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_get_chunked.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_get_chunked.c')
-rw-r--r--src/testcurl/test_get_chunked.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testcurl/test_get_chunked.c b/src/testcurl/test_get_chunked.c
index 5cc5aea9..3643a2ba 100644
--- a/src/testcurl/test_get_chunked.c
+++ b/src/testcurl/test_get_chunked.c
@@ -93,7 +93,7 @@ struct headers_check_result
93 int found_footer; 93 int found_footer;
94}; 94};
95 95
96size_t 96static size_t
97lcurl_hdr_callback (char *buffer, size_t size, size_t nitems, 97lcurl_hdr_callback (char *buffer, size_t size, size_t nitems,
98 void *userdata) 98 void *userdata)
99{ 99{
@@ -307,7 +307,7 @@ validate (struct CBC cbc, int ebase)
307 307
308 308
309static int 309static int
310testInternalGet () 310testInternalGet (void)
311{ 311{
312 struct MHD_Daemon *d; 312 struct MHD_Daemon *d;
313 CURL *c; 313 CURL *c;
@@ -389,7 +389,7 @@ testInternalGet ()
389 389
390 390
391static int 391static int
392testMultithreadedGet () 392testMultithreadedGet (void)
393{ 393{
394 struct MHD_Daemon *d; 394 struct MHD_Daemon *d;
395 CURL *c; 395 CURL *c;
@@ -472,7 +472,7 @@ testMultithreadedGet ()
472 472
473 473
474static int 474static int
475testMultithreadedPoolGet () 475testMultithreadedPoolGet (void)
476{ 476{
477 struct MHD_Daemon *d; 477 struct MHD_Daemon *d;
478 CURL *c; 478 CURL *c;
@@ -556,7 +556,7 @@ testMultithreadedPoolGet ()
556 556
557 557
558static int 558static int
559testExternalGet () 559testExternalGet (void)
560{ 560{
561 struct MHD_Daemon *d; 561 struct MHD_Daemon *d;
562 CURL *c; 562 CURL *c;