]> wimlib.net Git - wimlib/blobdiff - include/wimlib/blob_table.h
NTFS-3g capture: use reference-counted NTFS volumes
[wimlib] / include / wimlib / blob_table.h
index 672dedf552734ded81a978a80d2fc3b57287a494..556187e824cc3e4be0fa3be1a2cb56db3d7c0c4e 100644 (file)
@@ -35,9 +35,8 @@ enum blob_location {
 
 #ifdef WITH_NTFS_3G
        /* The blob's data is available as the contents of an NTFS attribute
 
 #ifdef WITH_NTFS_3G
        /* The blob's data is available as the contents of an NTFS attribute
-        * accessible through libntfs-3g.  The attribute is identified by
-        * volume, path to an inode, attribute name, and attribute type.
-        * @ntfs_loc points to a structure containing this information.  */
+        * accessible through libntfs-3g.  @ntfs_loc points to a structure which
+        * identifies the attribute.  */
        BLOB_IN_NTFS_VOLUME,
 #endif
 
        BLOB_IN_NTFS_VOLUME,
 #endif