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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user