summaryrefslogtreecommitdiff
path: root/ubus.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-10-17 16:51:49 +0200
committerSteven Barth <steven@midlink.org>2013-10-17 16:51:49 +0200
commit81a3b50ef7fad3096a8d164c871521e6e6b55aa1 (patch)
treee1f1c5bd0e6ea41c98f2dcc11429d8eece78fdf3 /ubus.h
parent266d92dd83bd5bfe520f3e2838794bf9bb827c07 (diff)
downloadnetifd-81a3b50ef7fad3096a8d164c871521e6e6b55aa1.tar.gz
Add protocol update notifications and hotplug legacy calls
Diffstat (limited to 'ubus.h')
-rw-r--r--ubus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ubus.h b/ubus.h
index 05bf391..553faef 100644
--- a/ubus.h
+++ b/ubus.h
@@ -19,5 +19,6 @@ void netifd_ubus_done(void);
void netifd_ubus_add_interface(struct interface *iface);
void netifd_ubus_remove_interface(struct interface *iface);
void netifd_ubus_interface_event(struct interface *iface, bool up);
+void netifd_ubus_interface_notify(struct interface *iface, bool up);
#endif