X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=blobmsg.h;h=2fb61d41780fba6786f3fe3c359528ddaba330f3;hp=e9a0b69307661e12972e2059db9e78c2279248b6;hb=f1a44355bd432964d13ab3a2bb2c5f5b0ef9dfcb;hpb=0918243e90e64117d898d782de683597216f3137 diff --git a/blobmsg.h b/blobmsg.h index e9a0b69..2fb61d4 100644 --- a/blobmsg.h +++ b/blobmsg.h @@ -31,7 +31,8 @@ enum blobmsg_type { BLOBMSG_TYPE_INT16, BLOBMSG_TYPE_INT8, __BLOBMSG_TYPE_LAST, - BLOBMSG_TYPE_LAST = __BLOBMSG_TYPE_LAST - 1 + BLOBMSG_TYPE_LAST = __BLOBMSG_TYPE_LAST - 1, + BLOBMSG_TYPE_BOOL = BLOBMSG_TYPE_INT8, }; struct blobmsg_hdr {