aboutsummaryrefslogtreecommitdiff
path: root/lib/netrc.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/netrc.h
parentc759d8427a91d26a7fd7018ccefc297eb7e70f1d (diff)
James Cone's efforts to add another netrc parsing "mode"
Diffstat (limited to 'lib/netrc.h')
-rw-r--r--lib/netrc.h5
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