aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_put.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-09-30 15:46:23 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-10-01 15:07:36 +0300
commit023e1dba2a6a8b3710613aa84d6253a62038cdad (patch)
tree0a3c2c1e23a97edb6fd585b45f188db10b2deb99 /src/testzzuf/test_put.c
parent81733d43e89dde0e69f6657d85aca9500563d44b (diff)
downloadlibmicrohttpd-023e1dba2a6a8b3710613aa84d6253a62038cdad.tar.gz
libmicrohttpd-023e1dba2a6a8b3710613aa84d6253a62038cdad.zip
testcurl: fixed used types and related warnings
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;