aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-18 15:30:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-18 15:30:59 +0000
commita17a78c4773babb5f53d012ac83c9de80385d53a (patch)
treec8cb41dca207f83af4598a4b5d423cd260295ebe
parent146413a53c1e7092602bcc14c70a7690dcd3cc21 (diff)
removed Curl_http_close()
-rw-r--r--lib/http.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/http.h b/lib/http.h
index 52ea73b7b..abd96ba2a 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -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);