Remove gethostbyname_r and gethostbyaddr_r from headers

* They were not in BeOS.
* They are also not in netresolv, they are deprecated and getaddrinfo
should be used.
This commit is contained in:
Adrien Destugues
2015-06-17 21:30:02 +02:00
parent fa57a184e4
commit 50440c4220
-4
View File
@@ -269,10 +269,6 @@ struct addrinfo *allocaddrinfo(socklen_t);
void freeaddrinfo(struct addrinfo *);
const char *gai_strerror(int);
struct hostent *gethostbyaddr_r(const char *, int, int, struct hostent *,
char *, int, int *);
struct hostent *gethostbyname_r(const char *, struct hostent *,
char *, int, int *);
struct hostent *gethostent_r(struct hostent *, char *, int, int *);
void sethostent_r(int);
void endhostent_r(void);