diff options
Diffstat (limited to 'lib/telnet.h')
-rw-r--r-- | lib/telnet.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/telnet.h b/lib/telnet.h index 693abf3f8..44ec49bc0 100644 --- a/lib/telnet.h +++ b/lib/telnet.h @@ -24,7 +24,6 @@ * $Id$ ***************************************************************************/ #ifndef CURL_DISABLE_TELNET -CURLcode Curl_telnet(struct connectdata *conn, bool *done); -CURLcode Curl_telnet_done(struct connectdata *conn, CURLcode, bool premature); +extern const struct Curl_handler Curl_handler_telnet; #endif #endif |