* include/netdb.h (gethostbyname2): Declare.

This commit is contained in:
Corinna Vinschen 2011-07-10 13:22:48 +00:00
parent 14295a59d3
commit 071bf81128
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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 *);