From 5eba359b5d1b6fb74710158298f8a20ee748a35e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Mar 2001 13:59:43 +0000 Subject: telnet without any static variables --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/urldata.h') 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 -- cgit v1.2.3