X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=libubus.h;h=698e356513c3ac5e406ac0539e28d82ba328f5b5;hp=49a147a931c3b270fc88a0ce5d252ccd2cdae18a;hb=768d282ae9334351635679ba0dce073e5d9d8e1b;hpb=36b1a80b075203c650a6612f1ef45674210fb7a6 diff --git a/libubus.h b/libubus.h index 49a147a..698e356 100644 --- a/libubus.h +++ b/libubus.h @@ -132,10 +132,6 @@ void ubus_free(struct ubus_context *ctx); const char *ubus_strerror(int error); -/* ----------- helpers for message handling ----------- */ - -struct blob_attr **ubus_parse_msg(struct blob_attr *msg); - /* ----------- raw request handling ----------- */ /* wait for a request to complete and return its status */