X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;fp=interface.h;h=5b04102652c71114bcf2d1566217d758d6a318e9;hp=ca5d3761ffa61356867a29b48c4e136519af4bbb;hb=65963f0ad2207b55dc7715015839b59b58855a67;hpb=566af724dad393fa127e07469dcc9ade62bd3a75 diff --git a/interface.h b/interface.h index ca5d376..5b04102 100644 --- a/interface.h +++ b/interface.h @@ -146,7 +146,9 @@ extern struct vlist_tree interfaces; extern const struct uci_blob_param_list interface_attr_list; void interface_init(struct interface *iface, const char *name, - struct blob_attr *config, bool dynamic); + struct blob_attr *config); + +void interface_set_dynamic(struct interface *iface); void interface_add(struct interface *iface, struct blob_attr *config); bool interface_add_alias(struct interface *iface, struct blob_attr *config);