aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/test_post.c')
-rw-r--r--src/testzzuf/test_post.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testzzuf/test_post.c b/src/testzzuf/test_post.c
index 29a14ce8..895c5fce 100644
--- a/src/testzzuf/test_post.c
+++ b/src/testzzuf/test_post.c
@@ -160,7 +160,7 @@ ahc_echo (void *cls,
160} 160}
161 161
162 162
163static int 163static unsigned int
164testInternalPost () 164testInternalPost ()
165{ 165{
166 struct MHD_Daemon *d; 166 struct MHD_Daemon *d;
@@ -213,7 +213,7 @@ testInternalPost ()
213} 213}
214 214
215 215
216static int 216static unsigned int
217testMultithreadedPost () 217testMultithreadedPost ()
218{ 218{
219 struct MHD_Daemon *d; 219 struct MHD_Daemon *d;
@@ -267,7 +267,7 @@ testMultithreadedPost ()
267} 267}
268 268
269 269
270static int 270static unsigned int
271testExternalPost () 271testExternalPost ()
272{ 272{
273 struct MHD_Daemon *d; 273 struct MHD_Daemon *d;