]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
capture_ntfs_streams(): Set 'ret' properly
[wimlib] / src / wimlib_internal.h
index 8f4d295804873a3046b7f94680e47145b6f9aea3..34d43fdc73080434f42d5b9eb10fcf3435774447 100644 (file)
@@ -524,6 +524,8 @@ struct apply_args {
                        /* Normal apply only (Win32) */
                        unsigned long num_set_sacl_priv_notheld;
                        unsigned long num_set_sd_access_denied;
+                       unsigned vol_flags;
+                       bool have_vol_flags;
                };
        };
 };
@@ -539,7 +541,6 @@ libntfs3g_global_init();
 
 /* ntfs-capture.c */
 
-/* The types of these two callbacks are intentionally the same. */
 typedef int (*consume_data_callback_t)(const void *buf, size_t len, void *ctx);
 
 extern int
@@ -695,7 +696,6 @@ wim_checksum_unhashed_streams(WIMStruct *w);
  * the WIM image */
 #define WIMLIB_ADD_IMAGE_FLAG_SOURCE    0x40000000
 
-
 extern int
 begin_write(WIMStruct *w, const tchar *path, int write_flags);