X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=ubus.h;h=a9166c623f6e18644e5ad330c9fa74ec1e6a6791;hp=668a34b21c5b5cbec0437a255aaef42175b45871;hb=9b40d469c858d9ce4cacfa0aca37ba2ac69d2f96;hpb=5d1fff7af6f77c9bf0d46572c7af563cd9fc55b3 diff --git a/ubus.h b/ubus.h index 668a34b..a9166c6 100644 --- a/ubus.h +++ b/ubus.h @@ -5,5 +5,6 @@ int netifd_ubus_init(const char *path); 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); #endif