diff options
author | midipix <writeonce@midipix.org> | 2020-01-29 22:50:49 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-23 05:59:01 +0000 |
commit | 8aa3fcd31f72b70bf2ad23bb285f9675e2f17bca (patch) | |
tree | a6ebcc1ac33c5c72df726c5e6fb0939d2c2677b3 /src/internal | |
parent | 893ea2155b6c45e0f34ce174f0ae030a32487a78 (diff) | |
download | tpax-8aa3fcd31f72b70bf2ad23bb285f9675e2f17bca.tar.bz2 tpax-8aa3fcd31f72b70bf2ad23bb285f9675e2f17bca.tar.xz |
driver: write mode: implemented archive format logic.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/tpax_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index 6d749b5..d061474 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -26,6 +26,7 @@ enum app_tags { TAG_READ, TAG_WRITE, TAG_COPY, + TAG_FORMAT, }; struct tpax_driver_ctx_impl { |