include the DEVICE variable in hotplug events
[project/netifd.git] / interface-ip.h
index 6049d14..6ad9b42 100644 (file)
@@ -57,6 +57,7 @@ struct dns_search_domain {
 void interface_ip_init(struct interface *iface);
 void interface_add_dns_server(struct interface *iface, const char *str);
 void interface_add_dns_server_list(struct interface *iface, struct blob_attr *list);
+void interface_add_dns_search_list(struct interface *iface, struct blob_attr *list);
 void interface_clear_dns(struct interface *iface);
 void interface_write_resolv_conf(void);