From 893ea2155b6c45e0f34ce174f0ae030a32487a78 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 28 Jan 2020 22:32:19 -0500 Subject: driver: implemented execution mode logic. --- src/internal/tpax_driver_impl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/internal') 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 { -- cgit v1.2.3