s/start_pending_interfaces/interface_start_pending/
[project/netifd.git] / interface.h
index 61189a1..9d68635 100644 (file)
@@ -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