move rdata_buffer to cache_answer()
[project/mdnsd.git] / dns.h
diff --git a/dns.h b/dns.h
index 59ba6361d0d6cc6be1dc012f047bea6e8b9b4877..ba34a8589bc2f57d1f68c2fd73dc1ceaa7df98c0 100644 (file)
--- 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);