summaryrefslogtreecommitdiff
path: root/lib/ssluse.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-24 07:15:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-24 07:15:37 +0000
commit1e98727c552ced5f8c7587f64ab69c6eaab743dd (patch)
tree1b685977d873fadecb1a468fc2a317ae026867b9 /lib/ssluse.h
parent1c700b5a5cd9cf9fb9d2887aa233e065e4e450ee (diff)
downloadcurl-1e98727c552ced5f8c7587f64ab69c6eaab743dd.tar.gz
FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it
Diffstat (limited to 'lib/ssluse.h')
-rw-r--r--lib/ssluse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssluse.h b/lib/ssluse.h
index fd5e017c9..7a3fc3e52 100644
--- a/lib/ssluse.h
+++ b/lib/ssluse.h
@@ -23,7 +23,7 @@
* $Id$
***************************************************************************/
#include "urldata.h"
-CURLcode Curl_SSLConnect(struct connectdata *conn);
+CURLcode Curl_SSLConnect(struct connectdata *conn, int sockfd);
void Curl_SSL_init(void); /* Global SSL init */
void Curl_SSL_cleanup(void); /* Global SSL cleanup */