diff options
author | midipix <writeonce@midipix.org> | 2020-01-28 22:32:19 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-23 05:59:01 +0000 |
commit | 893ea2155b6c45e0f34ce174f0ae030a32487a78 (patch) | |
tree | 35c4be1c4c294bb4a850f097730a55ab48bc3b8d /src/internal | |
parent | a9490ccb9fdf7ef146a7886526f1b1cf6bf2c714 (diff) | |
download | tpax-893ea2155b6c45e0f34ce174f0ae030a32487a78.tar.bz2 tpax-893ea2155b6c45e0f34ce174f0ae030a32487a78.tar.xz |
driver: implemented execution mode logic.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/tpax_driver_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index 49dea15..6d749b5 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -22,6 +22,10 @@ extern const struct argv_option tpax_default_options[]; enum app_tags { TAG_HELP, TAG_VERSION, + TAG_LIST, + TAG_READ, + TAG_WRITE, + TAG_COPY, }; struct tpax_driver_ctx_impl { |