Remove namespace pollution.

PR:		14327
Reviewed by:	des
Approved by:	des
MFC after:	7 days
This commit is contained in:
Mike Barcroft 2001-07-22 18:10:08 +00:00
parent a4fc697e58
commit e5c24b8ebc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80153

View File

@ -260,8 +260,8 @@ void _setnetdnsent __P((int));
void _endnetdnsent __P((void));
struct hostent * _gethostbynisname __P((const char *, int));
struct hostent * _gethostbynisaddr __P((const char *, int, int));
void _map_v4v6_address __P((const char *src, char *dst));
void _map_v4v6_hostent __P((struct hostent *hp, char **bp, int *len));
void _map_v4v6_address __P((const char *, char *));
void _map_v4v6_hostent __P((struct hostent *, char **, int *));
__END_DECLS
#endif /* !_NETDB_H_ */