X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=ubus.h;h=a9166c623f6e18644e5ad330c9fa74ec1e6a6791;hb=f5f78c1eca1fe2df04dae56a4d9f024533066b29;hp=668a34b21c5b5cbec0437a255aaef42175b45871;hpb=5d1fff7af6f77c9bf0d46572c7af563cd9fc55b3;p=project%2Fnetifd.git 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