X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib.h;h=81218635ae1a57076ed9e262b06f6068b8fc7421;hp=dde93c61eba722a631c3556382e3deca8e15c30e;hb=815ad485b8ce48db48a3137d73e511f6c9af868c;hpb=0e4862eb6d10b7266240fe29ed1ecbd2ad5b0f36 diff --git a/src/wimlib.h b/src/wimlib.h index dde93c61..81218635 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -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