aboutsummaryrefslogtreecommitdiff
path: root/lib/ssluse.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-05 10:11:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-05 10:11:41 +0000
commit4031104404c6ceed5e57134125dcdb6cac51c564 (patch)
tree18bd035e58e42180cf416d0d94d4726cd44d9d7f /lib/ssluse.h
parent9f9cac7402f9f134be6f6d5b7fb830e9946a83d8 (diff)
Internal symbols that aren't static are now prefixed with 'Curl_'
Diffstat (limited to 'lib/ssluse.h')
-rw-r--r--lib/ssluse.h5
1 files changed, 1 insertions, 4 deletions
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