mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:23:32 +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
|
|
@ -25,4 +25,9 @@
|
|||
int Curl_parsenetrc(char *host,
|
||||
char *login,
|
||||
char *password);
|
||||
/* Assume: password[0]=0, host[0] != 0.
|
||||
* If login[0] = 0, search for login and password within a machine section
|
||||
* in the netrc.
|
||||
* If login[0] != 0, search for password within machine and login.
|
||||
*/
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue