From bcc29cda8e1e57a29cffb18768d7ed3810b61907 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 25 Apr 2011 19:01:40 -0700 Subject: Fixed compilation when the synchronous resolver is used --- lib/url.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/url.h') diff --git a/lib/url.h b/lib/url.h index d6bb068c7..bf5d2042f 100644 --- a/lib/url.h +++ b/lib/url.h @@ -37,8 +37,6 @@ void Curl_freeset(struct SessionHandle * data); CURLcode Curl_close(struct SessionHandle *data); /* opposite of curl_open() */ CURLcode Curl_connect(struct SessionHandle *, struct connectdata **, bool *async, bool *protocol_connect); -CURLcode Curl_async_resolved(struct connectdata *conn, - bool *protocol_connect); CURLcode Curl_do(struct connectdata **, bool *done); CURLcode Curl_do_more(struct connectdata *); CURLcode Curl_done(struct connectdata **, CURLcode, bool premature); -- cgit v1.2.3