From a2d19d28562ce2d776dfb6a6a27f777fa8865b73 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 26 Jun 2002 08:18:42 +0000 Subject: Minor libc internal-only interface change for mapv4v6. --- include/netdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/netdb.h') diff --git a/include/netdb.h b/include/netdb.h index 123ecb9..8da2e8d 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -257,7 +257,7 @@ void _endnetdnsent(void); struct hostent * _gethostbynisname(const char *, int); struct hostent * _gethostbynisaddr(const char *, int, int); void _map_v4v6_address(const char *, char *); -void _map_v4v6_hostent(struct hostent *, char **, int *); +void _map_v4v6_hostent(struct hostent *, char **, char **); __END_DECLS #endif /* !_NETDB_H_ */ -- cgit v1.1