From 37f51391c8888c7f84e27ec6995fda5dd3af49c3 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 6 Jun 2024 21:11:11 +0000 Subject: driver: implemented and integrated the -H (follow symlink args) cmdline option. --- src/internal/tpax_driver_impl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/internal') 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 { -- cgit v1.2.3