aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_put_large.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_large.c
parent81733d43e89dde0e69f6657d85aca9500563d44b (diff)
downloadlibmicrohttpd-023e1dba2a6a8b3710613aa84d6253a62038cdad.tar.gz
libmicrohttpd-023e1dba2a6a8b3710613aa84d6253a62038cdad.zip
testcurl: fixed used types and related warnings
Diffstat (limited to 'src/testzzuf/test_put_large.c')
-rw-r--r--src/testzzuf/test_put_large.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testzzuf/test_put_large.c b/src/testzzuf/test_put_large.c
index 6da41473..900284ef 100644
--- a/src/testzzuf/test_put_large.c
+++ b/src/testzzuf/test_put_large.c
@@ -141,7 +141,7 @@ ahc_echo (void *cls,
141} 141}
142 142
143 143
144static int 144static unsigned int
145testInternalPut () 145testInternalPut ()
146{ 146{
147 struct MHD_Daemon *d; 147 struct MHD_Daemon *d;
@@ -195,7 +195,7 @@ testInternalPut ()
195} 195}
196 196
197 197
198static int 198static unsigned int
199testMultithreadedPut () 199testMultithreadedPut ()
200{ 200{
201 struct MHD_Daemon *d; 201 struct MHD_Daemon *d;
@@ -249,7 +249,7 @@ testMultithreadedPut ()
249} 249}
250 250
251 251
252static int 252static unsigned int
253testExternalPut () 253testExternalPut ()
254{ 254{
255 struct MHD_Daemon *d; 255 struct MHD_Daemon *d;