removed Curl_http_close()

This commit is contained in:
Daniel Stenberg 2001-09-18 15:30:59 +00:00
parent 146413a53c
commit a17a78c477
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ CURLcode Curl_ConnectHTTPProxyTunnel(struct connectdata *conn,
CURLcode Curl_http(struct connectdata *conn);
CURLcode Curl_http_done(struct connectdata *conn);
CURLcode Curl_http_connect(struct connectdata *conn);
CURLcode Curl_http_close(struct connectdata *conn);
/* The following functions are defined in http_chunks.c */
void Curl_httpchunk_init(struct connectdata *conn);