mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:33:33 +03:00
James Cone's efforts to add another netrc parsing "mode"
This commit is contained in:
parent
c759d8427a
commit
105ec79b2b
5 changed files with 219 additions and 140 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue