aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_put_large.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/test_put_large.c')
-rw-r--r--src/testzzuf/test_put_large.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testzzuf/test_put_large.c b/src/testzzuf/test_put_large.c
index 6da41473..900284ef 100644
--- a/src/testzzuf/test_put_large.c
+++ b/src/testzzuf/test_put_large.c
@@ -141,7 +141,7 @@ ahc_echo (void *cls,
141} 141}
142 142
143 143
144static int 144static unsigned int
145testInternalPut () 145testInternalPut ()
146{ 146{
147 struct MHD_Daemon *d; 147 struct MHD_Daemon *d;
@@ -195,7 +195,7 @@ testInternalPut ()
195} 195}
196 196
197 197
198static int 198static unsigned int
199testMultithreadedPut () 199testMultithreadedPut ()
200{ 200{
201 struct MHD_Daemon *d; 201 struct MHD_Daemon *d;
@@ -249,7 +249,7 @@ testMultithreadedPut ()
249} 249}
250 250
251 251
252static int 252static unsigned int
253testExternalPut () 253testExternalPut ()
254{ 254{
255 struct MHD_Daemon *d; 255 struct MHD_Daemon *d;