X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=dns.h;h=ba34a8589bc2f57d1f68c2fd73dc1ceaa7df98c0;hp=59ba6361d0d6cc6be1dc012f047bea6e8b9b4877;hb=571cc214415f40ea52a98eed6b450b74be69c6f9;hpb=67e8c3bed831f8a1b879a654ca290d14e333664a diff --git a/dns.h b/dns.h index 59ba636..ba34a85 100644 --- a/dns.h +++ b/dns.h @@ -68,8 +68,6 @@ struct dns_question { struct interface; -extern char rdata_buffer[MAX_DATA_LEN + 1]; - void dns_send_question(struct interface *iface, const char *question, int type); void dns_init_answer(void); void dns_add_answer(int type, const uint8_t *rdata, uint16_t rdlength);