diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-05-21 22:17:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-21 22:17:19 +0000 |
commit | 105ec79b2b754f31ea75606f8246533e2d47a74e (patch) | |
tree | d4a0d14060dbcdd02365d69beaa5082fb3f9a5c4 /lib/netrc.h | |
parent | c759d8427a91d26a7fd7018ccefc297eb7e70f1d (diff) | |
download | curl-105ec79b2b754f31ea75606f8246533e2d47a74e.tar.gz |
James Cone's efforts to add another netrc parsing "mode"
Diffstat (limited to 'lib/netrc.h')
-rw-r--r-- | lib/netrc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/netrc.h b/lib/netrc.h index 5c98571e7..4aa3c953c 100644 --- a/lib/netrc.h +++ b/lib/netrc.h @@ -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 |