netdb: Drop definitions for getipnodeby...

We do not actually export them, or even have source for them in-tree.
This commit is contained in:
Augustin Cavalier
2023-02-27 21:11:49 -05:00
parent dd8d24ee62
commit 6d36f6bfad
-5
View File
@@ -159,9 +159,6 @@ struct addrinfo {
(AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV \
| AI_ADDRCONFIG)
/*
* Flag values for getipnodebyname()
*/
#define AI_ALL 0x00000100
#define AI_V4MAPPED_CFG 0x00000200
#define AI_ADDRCONFIG 0x00000400
@@ -199,8 +196,6 @@ struct hostent *gethostbyaddr(const void *address, socklen_t length, int type);
struct hostent *gethostbyname(const char *name);
struct hostent *gethostbyname2(const char *name, int type);
struct hostent *gethostent(void);
struct hostent *getipnodebyaddr(const void *, size_t, int, int *);
struct hostent *getipnodebyname(const char *, int, int, int *);
struct netent *getnetbyaddr(uint32_t, int);
struct netent *getnetbyname(const char *);
struct netent *getnetent(void);