X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=libubus.h;h=b58a4dc448008993f58e410757e0a0106c1ab384;hp=8b5085af788a76d08960692059e4f805e2ea4bb0;hb=6cf4326987c78ecc340930b48fce5b324c8d6a4d;hpb=4a3bb66cd415b1c11ec69590699fed16eddd7bbb diff --git a/libubus.h b/libubus.h index 8b5085a..b58a4dc 100644 --- a/libubus.h +++ b/libubus.h @@ -49,7 +49,7 @@ typedef void (*ubus_complete_handler_t)(struct ubus_request *req, int ret); } struct ubus_signature { - enum blobmsg_type type; + int type; const char *name; };