aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/test_put.c')
-rw-r--r--src/testzzuf/test_put.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testzzuf/test_put.c b/src/testzzuf/test_put.c
index eba9d1fa..9e3749d1 100644
--- a/src/testzzuf/test_put.c
+++ b/src/testzzuf/test_put.c
@@ -127,7 +127,7 @@ ahc_echo (void *cls,
127} 127}
128 128
129 129
130static int 130static unsigned int
131testInternalPut () 131testInternalPut ()
132{ 132{
133 struct MHD_Daemon *d; 133 struct MHD_Daemon *d;
@@ -180,7 +180,7 @@ testInternalPut ()
180} 180}
181 181
182 182
183static int 183static unsigned int
184testMultithreadedPut () 184testMultithreadedPut ()
185{ 185{
186 struct MHD_Daemon *d; 186 struct MHD_Daemon *d;
@@ -233,7 +233,7 @@ testMultithreadedPut ()
233} 233}
234 234
235 235
236static int 236static unsigned int
237testExternalPut () 237testExternalPut ()
238{ 238{
239 struct MHD_Daemon *d; 239 struct MHD_Daemon *d;