X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=blobmsg.h;h=c4bf10d404abb231fa34a88aa994e3a3e2a1eeab;hp=9fdf4863603c8dd02b58e94b49565fe3cea49524;hb=4ab499899ce2ed884a1235ada501c39e355911e7;hpb=b786f852674769813061474366e936fe6e5bd22e diff --git a/blobmsg.h b/blobmsg.h index 9fdf486..c4bf10d 100644 --- a/blobmsg.h +++ b/blobmsg.h @@ -192,6 +192,7 @@ static inline char *blobmsg_get_string(struct blob_attr *attr) } void *blobmsg_alloc_string_buffer(struct blob_buf *buf, const char *name, int maxlen); +void *blobmsg_realloc_string_buffer(struct blob_buf *buf, int maxlen); void blobmsg_add_string_buffer(struct blob_buf *buf); /* blobmsg to json formatting */