X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=92bae5ab170cd3a8b92df49e717df08dcae0c8ef;hp=6bd8761ee7d2fdb36f14b3137bbf550d78091c77;hb=3a9fe0cb9fa812bdecdf0a6f2d5e81877fe8cd1b;hpb=d6bcf552c169c1d0fd317f9654b8c81c3d838362 diff --git a/interface.h b/interface.h index 6bd8761..92bae5a 100644 --- a/interface.h +++ b/interface.h @@ -69,4 +69,6 @@ void interface_add_error(struct interface *iface, const char *subsystem, int interface_attach_bridge(struct interface *iface, struct uci_section *s); +void start_pending_interfaces(void); + #endif