prevent autostart of interfaces during config init
[project/netifd.git] / interface.h
index 6bd8761..92bae5a 100644 (file)
@@ -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