make _getipnodebyname_multi() static.

This commit is contained in:
ume 2005-01-27 15:01:05 +00:00
parent 32d71c2dd4
commit bf4b229d7b

View File

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