aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 821a0c37e..85d9fca2e 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -267,7 +267,7 @@ struct FTP {
/****************************************************************************
* FILE unique setup
***************************************************************************/
-struct FILE {
+struct FILEPROTO {
int fd; /* open file descriptor to read from! */
};
@@ -539,7 +539,7 @@ struct connectdata {
struct HTTP *gopher; /* alias, just for the sake of being more readable */
struct HTTP *https; /* alias, just for the sake of being more readable */
struct FTP *ftp;
- struct FILE *file;
+ struct FILEPROTO *file;
void *telnet; /* private for telnet.c-eyes only */
#if 0 /* no need for special ones for these: */
struct LDAP *ldap;