Curl_done() and the protocol-specific conn->curl_done() functions now all
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 May 2004 12:06:39 +0000 (12:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 May 2004 12:06:39 +0000 (12:06 +0000)
commitd60c22572b49cde9b839a59510580df079d2d5e2
treec67a83d1a6216ec2be4f39117f1934650a67989e
parent1d7ce36791f32039383236e4940994c41cb2a0bf
Curl_done() and the protocol-specific conn->curl_done() functions now all
take a CURLcode as a second argument, that is non-zero when Curl_done()
is called after an error was returned from Curl_do() (or similar).
lib/ftp.c
lib/ftp.h
lib/http.c
lib/http.h
lib/multi.c
lib/telnet.c
lib/telnet.h
lib/transfer.c
lib/url.c
lib/url.h
lib/urldata.h