diff options
author | midipix <writeonce@midipix.org> | 2024-05-26 03:22:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-26 03:42:16 +0000 |
commit | 5ce6ff10c2cced4bf75db11b16984d565cf1ebec (patch) | |
tree | afca7a6eda843acd738b1ca349366688fa5d9ec3 /include | |
parent | de63a008bfb04739bd189ed183e1dbd656ec4183 (diff) | |
download | tpax-5ce6ff10c2cced4bf75db11b16984d565cf1ebec.tar.bz2 tpax-5ce6ff10c2cced4bf75db11b16984d565cf1ebec.tar.xz |
logic: tpax_archive_write(): initial implementation and integration.
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index 993352b..323b65c 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -152,6 +152,8 @@ tpax_api int tpax_set_driver_fdctx (struct tpax_driver_ctx *, const struct /* core api */ tpax_api int tpax_archive_append_item (const struct tpax_driver_ctx *, const struct tpax_unit_ctx *); +tpax_api int tpax_archive_write (const struct tpax_driver_ctx *); + tpax_api int tpax_archive_seal (const struct tpax_driver_ctx *); /* helper api */ |