X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libubus-internal.h;fp=libubus-internal.h;h=86ba6bd17347cf94a77ec6bd9a6044fe4ee9c63f;hb=7cd33a8e3a64a2b181fe9722b599302b62c7147c;hp=072bf8effd7d3b98e9589f706fa9a58637a3917f;hpb=0fccce4445b1961451ce3d99a99c1c0defbd4490;p=oweals%2Fubus.git diff --git a/libubus-internal.h b/libubus-internal.h index 072bf8e..86ba6bd 100644 --- a/libubus-internal.h +++ b/libubus-internal.h @@ -23,10 +23,9 @@ void ubus_handle_data(struct uloop_fd *u, unsigned int events); int ubus_send_msg(struct ubus_context *ctx, uint32_t seq, struct blob_attr *msg, int cmd, uint32_t peer); void ubus_process_msg(struct ubus_context *ctx, struct ubus_msghdr *hdr); -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); +void ubus_process_obj_msg(struct ubus_context*ctx, struct ubus_msghdr *hdr); +extern const struct ubus_method watch_method; #endif