summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/netdb_private.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2015-12-25 10:49:40 +0000
committerume <ume@FreeBSD.org>2015-12-25 10:49:40 +0000
commit6e0a844f5977035a478412383687a45c81b301d8 (patch)
treee9cffa077d028d7ddf981bc7a100fd36b11ab3a1 /lib/libc/net/netdb_private.h
parent7b9847ba480c5c313e49333abde896722746b712 (diff)
downloadFreeBSD-src-6e0a844f5977035a478412383687a45c81b301d8.zip
FreeBSD-src-6e0a844f5977035a478412383687a45c81b301d8.tar.gz
Remove _gethostbynisname() and _gethostbynisaddr(). These functions
used to be called from getipnodebyname(). MFC after: 1 week
Diffstat (limited to 'lib/libc/net/netdb_private.h')
-rw-r--r--lib/libc/net/netdb_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/net/netdb_private.h b/lib/libc/net/netdb_private.h
index 0eedb3c..8ab2247 100644
--- a/lib/libc/net/netdb_private.h
+++ b/lib/libc/net/netdb_private.h
@@ -133,8 +133,6 @@ void _endhostdnsent(void);
void _endhosthtent(struct hostent_data *);
void _endnetdnsent(void);
void _endnethtent(struct netent_data *);
-struct hostent *_gethostbynisaddr(const void *, socklen_t, int);
-struct hostent *_gethostbynisname(const char *, int);
void _map_v4v6_address(const char *, char *);
void _map_v4v6_hostent(struct hostent *, char **, char *);
void _sethostdnsent(int);
OpenPOWER on IntegriCloud