summaryrefslogtreecommitdiffstats
path: root/include/netdb.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-04-27 19:12:57 +0000
committerume <ume@FreeBSD.org>2005-04-27 19:12:57 +0000
commit1dcbf1fa6d10d13dbb22aa0e0ad569b2a28c7791 (patch)
treef1d491d403d53c0fef47cc270774d55fecb9f7c7 /include/netdb.h
parent1fe881be97fa062a16300a9d2185651b35c1e065 (diff)
downloadFreeBSD-src-1dcbf1fa6d10d13dbb22aa0e0ad569b2a28c7791.zip
FreeBSD-src-1dcbf1fa6d10d13dbb22aa0e0ad569b2a28c7791.tar.gz
hide implementation specific internal functions from netdb.h.
it is needed to make get{host,net}by*() thread-safe.
Diffstat (limited to 'include/netdb.h')
-rw-r--r--include/netdb.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/netdb.h b/include/netdb.h
index 57cd70b..6a2bd27 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -257,18 +257,6 @@ void setservent(int);
/* DO NOT USE THESE, THEY ARE SUBJECT TO CHANGE AND ARE NOT PORTABLE!!! */
int * __h_error(void);
-void _sethosthtent(int);
-void _endhosthtent(void);
-void _sethostdnsent(int);
-void _endhostdnsent(void);
-void _setnethtent(int);
-void _endnethtent(void);
-void _setnetdnsent(int);
-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 **, char **);
__END_DECLS
#endif /* !_NETDB_H_ */
OpenPOWER on IntegriCloud