summaryrefslogtreecommitdiffhomepage
path: root/interface.h
diff options
context:
space:
mode:
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