From 51ca5fcbe0745cc4e245ffb69b339d1987be3b88 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 2 Oct 2001 09:40:06 +0000 Subject: major connecting updates --- lib/hostip.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/hostip.h') 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, -- cgit v1.2.3