diff options
author | Steven Barth <steven@midlink.org> | 2013-10-17 16:51:49 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-10-17 16:51:49 +0200 |
commit | 81a3b50ef7fad3096a8d164c871521e6e6b55aa1 (patch) | |
tree | e1f1c5bd0e6ea41c98f2dcc11429d8eece78fdf3 /ubus.h | |
parent | 266d92dd83bd5bfe520f3e2838794bf9bb827c07 (diff) |
Add protocol update notifications and hotplug legacy calls
Diffstat (limited to 'ubus.h')
-rw-r--r-- | ubus.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |