X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=9d6863551e92986b3db88bec3eec8ee3e085594b;hp=61189a13de1e6e813e84214bdc4da38a76418389;hb=b567e47574a6f4179bdce88e65aaabb1a97cfb76;hpb=0f63c8af256fc5b7ba1c5e3ee1572d2e6f27a566 diff --git a/interface.h b/interface.h index 61189a1..9d68635 100644 --- a/interface.h +++ b/interface.h @@ -84,6 +84,6 @@ int interface_add_route(struct interface *iface, struct device_route *route); void interface_del_route(struct interface *iface, struct device_route *route); void interface_del_all_routes(struct interface *iface); -void start_pending_interfaces(void); +void interface_start_pending(void); #endif