* include/netdb.h (gethostbyname2): Declare.
This commit is contained in:
parent
14295a59d3
commit
071bf81128
@ -1,3 +1,7 @@
|
||||
2011-07-10 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/netdb.h (gethostbyname2): Declare.
|
||||
|
||||
2011-07-09 Eric Blake <eblake@redhat.com>
|
||||
|
||||
* signal.cc (handle_sigprocmask): Return error rather than setting
|
||||
|
@ -188,6 +188,7 @@ void endservent (void);
|
||||
void endrpcent (void);
|
||||
struct hostent *gethostbyaddr (const char *, int, int);
|
||||
struct hostent *gethostbyname (const char *);
|
||||
struct hostent *gethostbyname2 (const char *, int);
|
||||
struct hostent *gethostent (void);
|
||||
struct netent *getnetbyaddr (long, int); /* u_long? */
|
||||
struct netent *getnetbyname (const char *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user