X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=dns.h;fp=dns.h;h=6210e0e52868d83892202714b1be2917762b3326;hp=4425d4cb8a36ae338b077c78bd19721f63ea25e1;hb=9bbaf3c1f7826a7ac637ac0e2e7c8d5b43bac89d;hpb=9cbbb141068c12ed032736e20f982e2a0fb43edc diff --git a/dns.h b/dns.h index 4425d4c..6210e0e 100644 --- a/dns.h +++ b/dns.h @@ -73,7 +73,7 @@ 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_send_question(struct interface *iface, const char *question, int type, int multicast); void dns_init_answer(void); void dns_add_answer(int type, const uint8_t *rdata, uint16_t rdlength, int ttl); void dns_send_answer(struct interface *iface, const char *answer);