From 0ece1b5c34c049a3226f7dd793cf75e470c46e4d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 30 Aug 2001 22:48:34 +0000 Subject: Major rename and redesign of the internal "backbone" structs. Details will be posted in a minute to the libcurl list. --- lib/hostip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/hostip.c') diff --git a/lib/hostip.c b/lib/hostip.c index 9d2119f0d..5fdd9ddcd 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -89,7 +89,7 @@ static char *MakeIP(unsigned long num,char *addr, int addr_len) } #ifdef ENABLE_IPV6 -struct addrinfo *Curl_getaddrinfo(struct UrlData *data, +struct addrinfo *Curl_getaddrinfo(struct SessionHandle *data, char *hostname, int port) { @@ -119,7 +119,7 @@ struct addrinfo *Curl_getaddrinfo(struct UrlData *data, #define INADDR_NONE (unsigned long) ~0 #endif -struct hostent *Curl_gethost(struct UrlData *data, +struct hostent *Curl_gethost(struct SessionHandle *data, char *hostname, char **bufp) { -- cgit v1.2.3