Fixed a few compile errors and warnings.

This commit is contained in:
Dan Fandrich 2007-10-12 18:49:14 +00:00
parent 5ce3eb066e
commit 7831c1ae44
3 changed files with 18 additions and 9 deletions

View file

@ -110,9 +110,11 @@
*/
static CURLcode Curl_https_connecting(struct connectdata *conn, bool *done);
#ifdef USE_SSL
static int Curl_https_getsock(struct connectdata *conn,
curl_socket_t *socks,
int numsocks);
#endif
/*
* HTTP handler interface.