X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=blob.h;h=ab077eab0dba806c53614f06c8dc545a71682ee7;hp=595834dd9a392610982847f4150fb7cf78984155;hb=22bbcfddd7b2061343b773c3180f318e71b8d6d7;hpb=f3977836afc82ce32c203173bd393789e05a123e diff --git a/blob.h b/blob.h index 595834d..ab077ea 100644 --- a/blob.h +++ b/blob.h @@ -191,7 +191,7 @@ extern void blob_set_raw_len(struct blob_attr *attr, unsigned int len); extern bool blob_attr_equal(const struct blob_attr *a1, const struct blob_attr *a2); extern int blob_buf_init(struct blob_buf *buf, int id); extern void blob_buf_free(struct blob_buf *buf); -extern void blob_buf_grow(struct blob_buf *buf, int required); +extern bool blob_buf_grow(struct blob_buf *buf, int required); extern struct blob_attr *blob_new(struct blob_buf *buf, int id, int payload); extern void *blob_nest_start(struct blob_buf *buf, int id); extern void blob_nest_end(struct blob_buf *buf, void *cookie);