multi: turn Curl_done into file local multi_done

... as it now is used by multi.c only.
This commit is contained in:
Daniel Stenberg 2016-03-30 00:17:02 +02:00
parent 93935c08c1
commit 575e885db0
9 changed files with 201 additions and 224 deletions

View file

@ -1434,8 +1434,8 @@ static int https_getsock(struct connectdata *conn,
#endif /* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL */
/*
* Curl_http_done() gets called from Curl_done() after a single HTTP request
* has been performed.
* Curl_http_done() gets called after a single HTTP request has been
* performed.
*/
CURLcode Curl_http_done(struct connectdata *conn,