X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=1a854cb488051148a5b1f12130304cbe283241d4;hp=9d6863551e92986b3db88bec3eec8ee3e085594b;hb=a7d77cbb91d64cbd36808f09e93e21a866844fd4;hpb=b567e47574a6f4179bdce88e65aaabb1a97cfb76 diff --git a/interface.h b/interface.h index 9d68635..1a854cb 100644 --- a/interface.h +++ b/interface.h @@ -59,7 +59,7 @@ struct interface { extern const struct config_param_list interface_attr_list; -struct interface *get_interface(const char *name); +struct interface *interface_get(const char *name); struct interface *alloc_interface(const char *name, struct uci_section *s, struct blob_attr *attr); void free_interface(struct interface *iface);