X-Git-Url: http://git.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=dns.h;h=47727ddb667e8142e1fac6507c0ab49144e6c449;hp=f5bfef26c8aa073dbabe7b61f88ebeec912f387c;hb=cef603930a1b4ff932c9dcf1e5243c13279add14;hpb=d5c478a29fb101cdb921741a035d6d176a6ffb0f diff --git a/dns.h b/dns.h index f5bfef2..47727dd 100644 --- a/dns.h +++ b/dns.h @@ -70,6 +70,7 @@ struct dns_question { struct interface; extern int cfg_proto; +extern int cfg_no_subnet; void dns_send_question(struct interface *iface, const char *question, int type, int unicast); void dns_init_answer(void);