]> wimlib.net Git - wimlib/blobdiff - src/wimlib.h
wimfs_write(), dentry_to_stbuf()
[wimlib] / src / wimlib.h
index dde93c61eba722a631c3556382e3deca8e15c30e..81218635ae1a57076ed9e262b06f6068b8fc7421 100644 (file)
@@ -276,6 +276,9 @@ enum wim_compression_type {
  * mounted with NTFS-3g, and wimlib was compiled with support for NTFS-3g  */
 #define WIMLIB_ADD_IMAGE_FLAG_NTFS             0x00000004
 
+/** Follow symlinks; archive and dump the files they point to. */
+#define WIMLIB_ADD_IMAGE_FLAG_DEREFERENCE      0x00000008
+
 /** See documentation for wimlib_export_image(). */
 #define WIMLIB_EXPORT_FLAG_BOOT                        0x00000001