aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/test_get.c')
-rw-r--r--src/testzzuf/test_get.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testzzuf/test_get.c b/src/testzzuf/test_get.c
index 313ab1da..e2b86ffe 100644
--- a/src/testzzuf/test_get.c
+++ b/src/testzzuf/test_get.c
@@ -104,7 +104,7 @@ ahc_echo (void *cls,
104} 104}
105 105
106 106
107static int 107static unsigned int
108testInternalGet () 108testInternalGet ()
109{ 109{
110 struct MHD_Daemon *d; 110 struct MHD_Daemon *d;
@@ -150,7 +150,7 @@ testInternalGet ()
150} 150}
151 151
152 152
153static int 153static unsigned int
154testMultithreadedGet () 154testMultithreadedGet ()
155{ 155{
156 struct MHD_Daemon *d; 156 struct MHD_Daemon *d;
@@ -196,7 +196,7 @@ testMultithreadedGet ()
196} 196}
197 197
198 198
199static int 199static unsigned int
200testExternalGet () 200testExternalGet ()
201{ 201{
202 struct MHD_Daemon *d; 202 struct MHD_Daemon *d;