diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-02 09:40:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-02 09:40:06 +0000 |
commit | 51ca5fcbe0745cc4e245ffb69b339d1987be3b88 (patch) | |
tree | 1d7bc96cf8391dfa174f90ab4ec2c2177ff6d30c /lib/hostip.h | |
parent | 56ff2aa059361c19c420c5321efe86e50074e0ac (diff) |
major connecting updates
Diffstat (limited to 'lib/hostip.h')
-rw-r--r-- | lib/hostip.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/hostip.h b/lib/hostip.h index e05e3d5e2..86272b30e 100644 --- a/lib/hostip.h +++ b/lib/hostip.h @@ -27,12 +27,6 @@ struct addrinfo; struct hostent; struct SessionHandle; -#ifdef ENABLE_IPV6 -typedef struct addrinfo Curl_addrinfo; -#else -typedef struct hostent Curl_addrinfo; -#endif - Curl_addrinfo *Curl_getaddrinfo(struct SessionHandle *data, char *hostname, int port, |