diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-04-27 19:12:57 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-04-27 19:12:57 +0000 |
| commit | bcb131aa3c3ddaaf3a4073864b6cf7bf1aa265c6 (patch) | |
| tree | f1d491d403d53c0fef47cc270774d55fecb9f7c7 /include | |
| parent | 7f05203a38c1ed15fbd10b1623c9702d706c7684 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/netdb.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/netdb.h b/include/netdb.h index 57cd70b0b023..6a2bd27cf43a 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_ */ |
