aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_get_chunked.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/test_get_chunked.c')
-rw-r--r--src/testzzuf/test_get_chunked.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testzzuf/test_get_chunked.c b/src/testzzuf/test_get_chunked.c
index ff49cd5f..8013494f 100644
--- a/src/testzzuf/test_get_chunked.c
+++ b/src/testzzuf/test_get_chunked.c
@@ -146,7 +146,7 @@ ahc_echo (void *cls,
146} 146}
147 147
148 148
149static int 149static unsigned int
150testInternalGet () 150testInternalGet ()
151{ 151{
152 struct MHD_Daemon *d; 152 struct MHD_Daemon *d;
@@ -189,7 +189,7 @@ testInternalGet ()
189} 189}
190 190
191 191
192static int 192static unsigned int
193testMultithreadedGet () 193testMultithreadedGet ()
194{ 194{
195 struct MHD_Daemon *d; 195 struct MHD_Daemon *d;
@@ -232,7 +232,7 @@ testMultithreadedGet ()
232} 232}
233 233
234 234
235static int 235static unsigned int
236testExternalGet () 236testExternalGet ()
237{ 237{
238 struct MHD_Daemon *d; 238 struct MHD_Daemon *d;