]> wimlib.net Git - wimlib/blobdiff - include/wimlib/reparse.h
Win32: Fix reparse point fixup bugs
[wimlib] / include / wimlib / reparse.h
index ff422a1d0fcc2b4cfc05e46ab4b14e229c1b1fb8..577e932a16cc657c2c070c4734ba23801b589217 100644 (file)
@@ -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,