X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=libubus-internal.h;h=072bf8effd7d3b98e9589f706fa9a58637a3917f;hp=f3e2a7393558fdc0002bd2930c7088f601ea2f23;hb=a69f062cbd4041229f8d29ef9647bf783df414c1;hpb=d366a6de839087d8a17e5855c14ae55e95b13c65 diff --git a/libubus-internal.h b/libubus-internal.h index f3e2a73..072bf8e 100644 --- a/libubus-internal.h +++ b/libubus-internal.h @@ -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