add some stub functionality for the ubus event switch
[project/ubus.git] / ubusd.h
diff --git a/ubusd.h b/ubusd.h
index c0b02f5..c82896c 100644 (file)
--- a/ubusd.h
+++ b/ubusd.h
@@ -60,5 +60,8 @@ bool ubusd_send_hello(struct ubus_client *cl);
 
 struct blob_attr **ubus_parse_msg(struct blob_attr *msg);
 
+void ubusd_event_init(void);
+void ubusd_event_cleanup_object(struct ubus_object *obj);
+
 
 #endif