From 0032ce762eed505905d7e5ef766134ffa6d69b5c Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 22 Jan 2010 14:20:56 +0000 Subject: fix compilation when http is disabled --- lib/http.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/http.c') diff --git a/lib/http.c b/lib/http.c index fc533bfe3..53e991b20 100644 --- a/lib/http.c +++ b/lib/http.c @@ -3065,10 +3065,6 @@ checkprotoprefix(struct SessionHandle *data, struct connectdata *conn, return checkhttpprefix(data, s); } -#endif - - - /* * header_append() copies a chunk of data to the end of the already received * header. We make sure that the full string fit in the allocated header @@ -3805,3 +3801,4 @@ CURLcode Curl_http_readwrite_headers(struct SessionHandle *data, return CURLE_OK; } +#endif /* CURL_DISABLE_HTTP */ -- cgit v1.2.3