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