chiark / gitweb /
resolved: don't read DHCP leases
[elogind.git] / src / resolve / resolved-dns-server.h
index 2b0b99649d2d77154d8169cf9279070a035a03dd..45a7c4ff3b7563b7fb0fc1cc776973d33857f364 100644 (file)
@@ -33,7 +33,6 @@ typedef enum DnsServerSource DnsServerSource;
 enum DnsServerSource {
         DNS_SERVER_SYSTEM,
         DNS_SERVER_LINK,
-        DNS_SERVER_DHCP,
         _DNS_SERVER_SOURCE_MAX
 };
 
@@ -54,7 +53,6 @@ struct DnsServer {
 int dns_server_new(
                 Manager *m,
                 DnsServer **s,
-                DnsServerSource source,
                 Link *l,
                 int family,
                 const union in_addr_union *address);