diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-14 00:47:17 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-14 00:47:17 +0200 |
commit | 52c36d741c05db2350ad1d240f6bd5d72237d8fd (patch) | |
tree | 8c09e99a082490b93260f42f2e7e8e401adf22af /interface-ip.h | |
parent | c000b546d97aa97144ee2cdf396d46a039bb7f98 (diff) |
proto-shell: add dns search domains
Diffstat (limited to 'interface-ip.h')
-rw-r--r-- | interface-ip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-ip.h b/interface-ip.h index 6049d14..6ad9b42 100644 --- a/interface-ip.h +++ b/interface-ip.h @@ -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); |