From 4031104404c6ceed5e57134125dcdb6cac51c564 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 5 Jan 2001 10:11:41 +0000 Subject: Internal symbols that aren't static are now prefixed with 'Curl_' --- lib/netrc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/netrc.h') 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 -- cgit v1.2.3