From baefb2ee4e670d602b4a15ee8f2afdf84419d685 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 26 Jun 2002 08:18:42 +0000 Subject: [PATCH] Minor libc internal-only interface change for mapv4v6. --- include/netdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/netdb.h b/include/netdb.h index 123ecb985c1e..8da2e8de8636 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_ */