summaryrefslogtreecommitdiffstats
path: root/include/netdb.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2001-07-22 18:10:08 +0000
committermike <mike@FreeBSD.org>2001-07-22 18:10:08 +0000
commitfe081b1a18f938abfd492bb2dacbdf63d10b2a6d (patch)
treec42b65088a066e4586067f613c0ce95a49930576 /include/netdb.h
parente0f20204b26f782a155d4288d1e3b66e7189b0f4 (diff)
downloadFreeBSD-src-fe081b1a18f938abfd492bb2dacbdf63d10b2a6d.zip
FreeBSD-src-fe081b1a18f938abfd492bb2dacbdf63d10b2a6d.tar.gz
Remove namespace pollution.
PR: 14327 Reviewed by: des Approved by: des MFC after: 7 days
Diffstat (limited to 'include/netdb.h')
-rw-r--r--include/netdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/netdb.h b/include/netdb.h
index 94c7d39..b80f6ed 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_ */
OpenPOWER on IntegriCloud