summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-29 22:50:49 -0500
committermidipix <writeonce@midipix.org>2020-05-23 05:59:01 +0000
commit8aa3fcd31f72b70bf2ad23bb285f9675e2f17bca (patch)
treea6ebcc1ac33c5c72df726c5e6fb0939d2c2677b3 /src/internal
parent893ea2155b6c45e0f34ce174f0ae030a32487a78 (diff)
downloadtpax-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.h1
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 {