aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/http.h b/lib/http.h
index f6781cc99..155027d99 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -25,8 +25,6 @@
***************************************************************************/
#ifndef CURL_DISABLE_HTTP
-struct SingleRequest;
-
extern const struct Curl_handler Curl_handler_http;
#ifdef USE_SSL
@@ -127,7 +125,6 @@ struct HTTP {
CURLcode Curl_http_readwrite_headers(struct SessionHandle *data,
struct connectdata *conn,
- struct SingleRequest *k,
ssize_t *nread,
bool *stop_reading);