From e5c24b8ebc44426e3f8f8aeb566476602f881912 Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Sun, 22 Jul 2001 18:10:08 +0000 Subject: [PATCH] Remove namespace pollution. PR: 14327 Reviewed by: des Approved by: des MFC after: 7 days --- include/netdb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/netdb.h b/include/netdb.h index 94c7d3948c7b..b80f6ed42985 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -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_ */