aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_post_form.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/test_post_form.c')
-rw-r--r--src/testzzuf/test_post_form.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testzzuf/test_post_form.c b/src/testzzuf/test_post_form.c
index faeefb98..b16b0cdd 100644
--- a/src/testzzuf/test_post_form.c
+++ b/src/testzzuf/test_post_form.c
@@ -179,7 +179,7 @@ make_form ()
179} 179}
180 180
181 181
182static int 182static unsigned int
183testInternalPost () 183testInternalPost ()
184{ 184{
185 struct MHD_Daemon *d; 185 struct MHD_Daemon *d;
@@ -231,7 +231,7 @@ testInternalPost ()
231} 231}
232 232
233 233
234static int 234static unsigned int
235testMultithreadedPost () 235testMultithreadedPost ()
236{ 236{
237 struct MHD_Daemon *d; 237 struct MHD_Daemon *d;
@@ -283,7 +283,7 @@ testMultithreadedPost ()
283} 283}
284 284
285 285
286static int 286static unsigned int
287testExternalPost () 287testExternalPost ()
288{ 288{
289 struct MHD_Daemon *d; 289 struct MHD_Daemon *d;