X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Freparse.h;h=577e932a16cc657c2c070c4734ba23801b589217;hb=fced769402ff6ef0bf75fe9e4dcb2880891469e0;hp=dd07949faac9151929c6e5c288b03b25ac23ba6e;hpb=5b81e7556e33e4af42dc1e07eb36f830ca0c4db3;p=wimlib diff --git a/include/wimlib/reparse.h b/include/wimlib/reparse.h index dd07949f..577e932a 100644 --- a/include/wimlib/reparse.h +++ b/include/wimlib/reparse.h @@ -58,11 +58,13 @@ parse_reparse_data(const u8 * restrict rpbuf, u16 rpbuflen, extern int make_reparse_buffer(const struct reparse_data * restrict rpdata, - u8 * restrict rpbuf); + u8 * restrict rpbuf, + u16 * restrict rpbuflen_ret); extern int wim_inode_get_reparse_data(const struct wim_inode * restrict inode, - u8 * restrict rpbuf); + u8 * restrict rpbuf, + u16 * restrict rpbuflen_ret); #ifndef __WIN32__ ssize_t