From 0611a9248c525c472fd3ff0f067cfb051c0b4962 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 10 Feb 2011 01:31:52 +0100 Subject: add notifications for registered/unregistered objects with path --- ubusd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ubusd.h') 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 -- cgit v1.2.1