ubus: add notification for subscribers present/gone
[oweals/ubus.git] / libubus-internal.h
index f3e2a7393558fdc0002bd2930c7088f601ea2f23..072bf8effd7d3b98e9589f706fa9a58637a3917f 100644 (file)
@@ -27,5 +27,6 @@ void ubus_process_invoke(struct ubus_context *ctx, struct ubus_msghdr *hdr);
 int __hidden ubus_start_request(struct ubus_context *ctx, struct ubus_request *req,
                                struct blob_attr *msg, int cmd, uint32_t peer);
 void ubus_process_unsubscribe(struct ubus_context *ctx, struct ubus_msghdr *hdr);
+void ubus_process_notify(struct ubus_context *ctx, struct ubus_msghdr *hdr);
 
 #endif