aboutsummaryrefslogtreecommitdiff
path: root/lib/telnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/telnet.h')
-rw-r--r--lib/telnet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/telnet.h b/lib/telnet.h
index 6ecc352ff..e576d1d48 100644
--- a/lib/telnet.h
+++ b/lib/telnet.h
@@ -23,7 +23,7 @@
*
* $Id$
*****************************************************************************/
-CURLcode telnet(struct connectdata *conn);
-CURLcode telnet_done(struct connectdata *conn);
+CURLcode Curl_telnet(struct connectdata *conn);
+CURLcode Curl_telnet_done(struct connectdata *conn);
#endif