summaryrefslogtreecommitdiff
path: root/ubusd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-10 01:31:52 +0100
committerFelix Fietkau <nbd@openwrt.org>2011-02-10 01:31:52 +0100
commit0611a9248c525c472fd3ff0f067cfb051c0b4962 (patch)
tree757b4de66f4c94db4327b9641de048dbb8ebd520 /ubusd.h
parentf15c7368ca2fac8c2bdfac8a0757cae28834a8ec (diff)
downloadubus-0611a9248c525c472fd3ff0f067cfb051c0b4962.tar.gz
add notifications for registered/unregistered objects with path
Diffstat (limited to 'ubusd.h')
-rw-r--r--ubusd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ubusd.h b/ubusd.h
index 30f9f7d..abe26b7 100644
--- a/ubusd.h
+++ b/ubusd.h
@@ -53,6 +53,7 @@ void ubusd_proto_free_client(struct ubus_client *cl);
void ubusd_event_init(void);
void ubusd_event_cleanup_object(struct ubus_object *obj);
+void ubusd_send_obj_event(struct ubus_object *obj, bool add);
#endif