aboutsummaryrefslogtreecommitdiff
path: root/lib/netrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netrc.h')
-rw-r--r--lib/netrc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/netrc.h b/lib/netrc.h
index cb043707d..de9539040 100644
--- a/lib/netrc.h
+++ b/lib/netrc.h
@@ -22,7 +22,7 @@
*
* $Id$
*****************************************************************************/
-int ParseNetrc(char *host,
- char *login,
- char *password);
+int Curl_parsenetrc(char *host,
+ char *login,
+ char *password);
#endif