dns: make function used only within this unit static
This commit is contained in:
parent
4decc628bd
commit
b1cfd3922c
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ lookup_ip(const char *addr, int aftype, DNSCB callback, void *data)
|
||||||
return (rid);
|
return (rid);
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t
|
static uint32_t
|
||||||
get_nameservers(DNSLISTCB callback, void *data)
|
get_nameservers(DNSLISTCB callback, void *data)
|
||||||
{
|
{
|
||||||
struct dnsstatreq *req = rb_malloc(sizeof(struct dnsstatreq));
|
struct dnsstatreq *req = rb_malloc(sizeof(struct dnsstatreq));
|
||||||
|
|
Loading…
Reference in a new issue