diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-11 14:30:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-11 14:30:43 +0000 |
commit | ad77f760cf8223548cd214b361591dfde5443dea (patch) | |
tree | 6efd99947655e198069938590638e538ca10886d /lib/netrc.h | |
parent | a50d2a45d72bc4c9178315e52c48072f0f9e3d72 (diff) | |
download | curl-ad77f760cf8223548cd214b361591dfde5443dea.tar.gz |
Added CURLOPT_NETRC_FILE.
Diffstat (limited to 'lib/netrc.h')
-rw-r--r-- | lib/netrc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/netrc.h b/lib/netrc.h index 8b5bdc1a5..ef066b4c3 100644 --- a/lib/netrc.h +++ b/lib/netrc.h @@ -24,7 +24,8 @@ ***************************************************************************/ int Curl_parsenetrc(char *host, char *login, - char *password); + char *password, + char *filename); /* Assume: password[0]=0, host[0] != 0. * If login[0] = 0, search for login and password within a machine section * in the netrc. |