summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntux_driver_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/ntux_driver_impl.h')
-rw-r--r--src/internal/ntux_driver_impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/ntux_driver_impl.h b/src/internal/ntux_driver_impl.h
index cdc8bd3..0b8ba26 100644
--- a/src/internal/ntux_driver_impl.h
+++ b/src/internal/ntux_driver_impl.h
@@ -19,6 +19,7 @@ extern const struct argv_option ntux_spawn_options[];
extern const struct argv_option ntux_strace_options[];
extern const struct argv_option ntux_chmod_options[];
extern const struct argv_option ntux_aceit_options[];
+extern const struct argv_option ntux_fspath_options[];
enum app_tags {
TAG_HELP,
@@ -37,6 +38,11 @@ enum app_tags {
TAG_ROOTED,
TAG_ROOTLESS,
TAG_DUMP,
+ TAG_SYNTAX,
+ TAG_RPATH,
+ TAG_APATH,
+ TAG_NPATH,
+ TAG_DPATH,
};
struct ntux_driver_ctx_impl {