make _getipnodebyname_multi() static.

This commit is contained in:
Hajimu UMEMOTO 2005-01-27 15:01:05 +00:00
parent c49d3c9bac
commit a2a24ec881

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;