summaryrefslogtreecommitdiffhomepage
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-29 19:27:21 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-07-29 19:27:21 +0200
commitb567e47574a6f4179bdce88e65aaabb1a97cfb76 (patch)
tree0f4717ef8462396c6a1e88bb814371df6385a7eb /interface.h
parent0f63c8af256fc5b7ba1c5e3ee1572d2e6f27a566 (diff)
s/start_pending_interfaces/interface_start_pending/
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h2
1 files changed, 1 insertions, 1 deletions
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