chiark / gitweb /
resolved: add more const
[elogind.git] / src / resolve / resolved-dns-server.c
index 4e0220b7d855d970185a89cd1a201dc36ab068cc..07754a0bdb436174fe388b9badec354b3915b661 100644 (file)
@@ -27,7 +27,7 @@ int dns_server_new(
                 DnsServerSource source,
                 Link *l,
                 unsigned char family,
-                union in_addr_union *in_addr) {
+                const union in_addr_union *in_addr) {
 
         DnsServer *s, *tail;