From d60c22572b49cde9b839a59510580df079d2d5e2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 12 May 2004 12:06:39 +0000 Subject: 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/telnet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/telnet.h') diff --git a/lib/telnet.h b/lib/telnet.h index 2b6f22bcb..86dd99b6f 100644 --- a/lib/telnet.h +++ b/lib/telnet.h @@ -25,6 +25,6 @@ ***************************************************************************/ #ifndef CURL_DISABLE_TELNET CURLcode Curl_telnet(struct connectdata *conn); -CURLcode Curl_telnet_done(struct connectdata *conn); +CURLcode Curl_telnet_done(struct connectdata *conn, CURLcode); #endif #endif -- cgit v1.2.3