]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
Windows rpfix capture (in progress)
[wimlib] / src / dentry.h
index 0021eeae2855c2167517562e7788e6316eb0fc9e..042ffe6071ae922485aae125c478243b07d1f17c 100644 (file)
@@ -231,6 +231,8 @@ struct wim_inode {
        /* Used only in NTFS-mode extraction */
        u8 i_dos_name_extracted : 1;
 
+       u16 i_not_rpfixed;
+
        /* Number of alternate data streams associated with this inode */
        u16 i_num_ads;
 
@@ -373,7 +375,7 @@ extern int
 print_dentry_full_path(struct wim_dentry *entry, void *ignore);
 
 extern int
-calculate_dentry_full_path(struct wim_dentry *dentry);
+calculate_dentry_tree_full_paths(struct wim_dentry *root);
 
 extern tchar *
 dentry_full_path(struct wim_dentry *dentry);