aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-11 14:30:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-11 14:30:43 +0000
commitad77f760cf8223548cd214b361591dfde5443dea (patch)
tree6efd99947655e198069938590638e538ca10886d /lib/urldata.h
parenta50d2a45d72bc4c9178315e52c48072f0f9e3d72 (diff)
Added CURLOPT_NETRC_FILE.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index d26cab6d9..aab332e80 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -854,6 +854,8 @@ struct UserDefined {
bool upload;
enum CURL_NETRC_OPTION
use_netrc; /* defined in include/curl.h */
+ char *netrc_file; /* if not NULL, use this instead of trying to find
+ $HOME/.netrc */
bool verbose;
bool krb4; /* kerberos4 connection requested */
bool reuse_forbid; /* forbidden to be reused, close after use */