aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-21 22:17:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-21 22:17:19 +0000
commit105ec79b2b754f31ea75606f8246533e2d47a74e (patch)
treed4a0d14060dbcdd02365d69beaa5082fb3f9a5c4 /lib/urldata.h
parentc759d8427a91d26a7fd7018ccefc297eb7e70f1d (diff)
James Cone's efforts to add another netrc parsing "mode"
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index ff2a997a0..209bf531d 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -650,7 +650,8 @@ struct UserDefined {
bool no_body;
bool set_port;
bool upload;
- bool use_netrc;
+ enum CURL_NETRC_OPTION
+ use_netrc; /* defined in include/curl.h */
bool verbose;
bool krb4; /* kerberos4 connection requested */
bool reuse_forbid; /* forbidden to be reused, close after use */