diff options
Diffstat (limited to 'src/internal/tpax_driver_impl.h')
-rw-r--r-- | src/internal/tpax_driver_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index 1e898e9..a074535 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -28,6 +28,8 @@ #define TPAX_ITEM_EXPLICIT 0X1 #define TPAX_ITEM_IMPLICIT 0X2 +#define TPAX_ITEM_SYMLINK 0X4 +#define TPAX_ITEM_NAMEREF 0x8 extern const struct argv_option tpax_default_options[]; @@ -46,6 +48,7 @@ enum app_tags { TAG_STRICT_PATH, TAG_PURE_PATH, TAG_PRESERVE_ATIME, + TAG_PAX_SYMLINK_ARGS, }; struct tpax_dirent { |