X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Freparse.h;h=577e932a16cc657c2c070c4734ba23801b589217;hp=ff422a1d0fcc2b4cfc05e46ab4b14e229c1b1fb8;hb=2412c8ed80e1283657c97d156061beac04849eb5;hpb=19fd5bbc4f64cc8bf735f7c2c0bb864876998cf4 diff --git a/include/wimlib/reparse.h b/include/wimlib/reparse.h index ff422a1d..577e932a 100644 --- a/include/wimlib/reparse.h +++ b/include/wimlib/reparse.h @@ -58,7 +58,8 @@ 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,