chiark / gitweb /
man: add systemd-verify(1)
[elogind.git] / src / resolve / resolved-dns-server.c
index 4e0220b7d855d970185a89cd1a201dc36ab068cc..734441bccdf545fc17935e2717ceef2dd09c3c72 100644 (file)
@@ -26,8 +26,8 @@ int dns_server_new(
                 DnsServer **ret,
                 DnsServerSource source,
                 Link *l,
-                unsigned char family,
-                union in_addr_union *in_addr) {
+                int family,
+                const union in_addr_union *in_addr) {
 
         DnsServer *s, *tail;