diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/ntux_driver_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/ntux_driver_impl.h b/src/internal/ntux_driver_impl.h index 6a7e070..cdc8bd3 100644 --- a/src/internal/ntux_driver_impl.h +++ b/src/internal/ntux_driver_impl.h @@ -18,6 +18,7 @@ extern const struct argv_option ntux_default_options[]; 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[]; enum app_tags { TAG_HELP, @@ -35,6 +36,7 @@ enum app_tags { TAG_GROUP, TAG_ROOTED, TAG_ROOTLESS, + TAG_DUMP, }; struct ntux_driver_ctx_impl { |