make _getipnodebyname_multi() static.
This commit is contained in:
parent
32d71c2dd4
commit
bf4b229d7b
@ -342,7 +342,7 @@ _ghbyname(const char *name, int af, int flags, int *errp)
|
||||
}
|
||||
|
||||
/* getipnodebyname() internal routine for multiple query(PF_UNSPEC) support. */
|
||||
struct hostent *
|
||||
static struct hostent *
|
||||
_getipnodebyname_multi(const char *name, int af, int flags, int *errp)
|
||||
{
|
||||
struct hostent *hp;
|
||||
|
Loading…
Reference in New Issue
Block a user