summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-05 02:35:29 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-04-05 02:35:29 +0200
commit3a9fe0cb9fa812bdecdf0a6f2d5e81877fe8cd1b (patch)
tree6fabea59608651bad03c8961f5b4cdc073b5a870 /interface.h
parentd6bcf552c169c1d0fd317f9654b8c81c3d838362 (diff)
downloadnetifd-3a9fe0cb9fa812bdecdf0a6f2d5e81877fe8cd1b.tar.gz
prevent autostart of interfaces during config init
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h2
1 files changed, 2 insertions, 0 deletions
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