From 8ec5cef55b0a328992210b42f1186a1402b21169 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 26 Sep 2022 14:43:49 +0000 Subject: ntux_cmd_fspath(): initial implementation and driver integration. --- src/internal/ntux_driver_impl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/internal') 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 { -- cgit v1.2.3