aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index d9dd17542..86dee2101 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -326,8 +326,8 @@ struct connectdata {
struct HTTP *https; /* alias, just for the sake of being more readable */
struct FTP *ftp;
struct FILE *file;
+ void *telnet; /* private for telnet.c-eyes only */
#if 0 /* no need for special ones for these: */
- struct TELNET *telnet;
struct LDAP *ldap;
struct DICT *dict;
#endif