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/ssluse.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/ssluse.h') diff --git a/lib/ssluse.h b/lib/ssluse.h index 863d37a23..6279c6257 100644 --- a/lib/ssluse.h +++ b/lib/ssluse.h @@ -22,8 +22,5 @@ * * $Id$ *****************************************************************************/ -int SSL_cert_stuff(struct UrlData *data, - char *cert_file, - char *key_file); -int UrgSSLConnect (struct UrlData *data); +int Curl_SSLConnect (struct UrlData *data); #endif -- cgit v1.2.3