]> wimlib.net Git - wimlib/blobdiff - include/wimlib/reparse.h
Remove verify_dentry(); separate refcnt recalc. from verify_inode()
[wimlib] / include / wimlib / reparse.h
index dd07949faac9151929c6e5c288b03b25ac23ba6e..577e932a16cc657c2c070c4734ba23801b589217 100644 (file)
@@ -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