diff options
author | Vsevolod Novikov <novikov@doroga.tv> | 2011-01-29 20:12:10 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-04-25 19:47:16 +0200 |
commit | ca015f1a45c68aa1d641678cfc13ce0df0c58fe0 (patch) | |
tree | 7e74d24a9eec1aeb541c84359257326b5f938ff4 /lib/hostip4.c | |
parent | 722f286f801e456c790cec0ea10306220d4969e2 (diff) | |
download | curl-ca015f1a45c68aa1d641678cfc13ce0df0c58fe0.tar.gz |
asynch resolvers: unified
Introducing an internal API for handling of different async resolver
backends.
Diffstat (limited to 'lib/hostip4.c')
-rw-r--r-- | lib/hostip4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hostip4.c b/lib/hostip4.c index 6dc525765..67aefda29 100644 --- a/lib/hostip4.c +++ b/lib/hostip4.c @@ -87,6 +87,7 @@ bool Curl_ipvalid(struct connectdata *conn) } #ifdef CURLRES_SYNCH + /* * Curl_getaddrinfo() - the ipv4 synchronous version. * |