]> granicus.if.org Git - curl/commit
cleaned up Curl_write() and the sub functions it uses for various protocols.
authorDaniel Stenberg <daniel@haxx.se>
Sat, 11 Nov 2006 21:34:43 +0000 (21:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 11 Nov 2006 21:34:43 +0000 (21:34 +0000)
commitbe0d17e812053bddd99e1d330c429399f17aee44
tree25b3d65394744f2ed95760237d8bc4207f575c20
parent4eb35406f4b37ba0df35e3ff1cad6e851102204e
cleaned up Curl_write() and the sub functions it uses for various protocols.
They all now return ssize_t to Curl_write().

Unfortunately, Curl_read() is in a sorrier state but it too would benefit from
a similar cleanup.
lib/gtls.c
lib/gtls.h
lib/krb4.h
lib/security.c
lib/sendf.c
lib/sslgen.c
lib/sslgen.h
lib/ssluse.c