interface.c cleanup
[project/mdnsd.git] / dns.c
diff --git a/dns.c b/dns.c
index 0d192acf8faa439ffb3dbbef8af6d4aa2140a941..961c2d0a2fded8459f23adde7432ca05b14c4202 100644 (file)
--- a/dns.c
+++ b/dns.c
@@ -345,7 +345,7 @@ parse_question(struct interface *iface, char *name, struct dns_question *q)
 }
 
 void
-dns_handle_packet(struct interface *iface, uint8_t *buffer, int len)
+dns_handle_packet(struct interface *iface, uint8_t *buffer, int len, int unicast)
 {
        struct dns_header *h;
        uint8_t *b = buffer;