Minor libc internal-only interface change for mapv4v6.

This commit is contained in:
Warner Losh 2002-06-26 08:18:42 +00:00
parent d6af58f572
commit baefb2ee4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98866

View File

@ -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_ */