summaryrefslogtreecommitdiff
path: root/include/netdb.h
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2000-09-06 18:16:48 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2000-09-06 18:16:48 +0000
commit248aee623cc3e95cadc710fe1668269b841e171b (patch)
treeb144d034dc9f7c786d7dfcedd59cee6c9a125418 /include/netdb.h
parent57a12c8e24b4d67ccc12561633419985ab64985d (diff)
Notes
Diffstat (limited to 'include/netdb.h')
-rw-r--r--include/netdb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/netdb.h b/include/netdb.h
index 7d43899ae6d0c..4f3417383dd2e 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -240,18 +240,8 @@ void _setnethtent __P((int));
void _endnethtent __P((void));
void _setnetdnsent __P((int));
void _endnetdnsent __P((void));
-struct hostent * _gethostbyhtname __P((const char *, int));
-struct hostent * _gethostbydnsname __P((const char *, int));
struct hostent * _gethostbynisname __P((const char *, int));
-struct hostent * _gethostbyhtaddr __P((const char *, int, int));
-struct hostent * _gethostbydnsaddr __P((const char *, int, int));
struct hostent * _gethostbynisaddr __P((const char *, int, int));
-struct netent * _getnetbyhtname __P((const char *));
-struct netent * _getnetbydnsname __P((const char *));
-struct netent * _getnetbynisname __P((const char *));
-struct netent * _getnetbyhtaddr __P((unsigned long, int));
-struct netent * _getnetbydnsaddr __P((unsigned long, int));
-struct netent * _getnetbynisaddr __P((unsigned long, int));
void _map_v4v6_address __P((const char *src, char *dst));
void _map_v4v6_hostent __P((struct hostent *hp, char **bp, int *len));
__END_DECLS