diff options
author | midipix <writeonce@midipix.org> | 2024-05-27 01:19:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-27 01:30:14 +0000 |
commit | cf351e2ca821a190e2dbe25875fea29168b92f72 (patch) | |
tree | 72d768dc5510a851b72c1b6571f43e974bed31cc /include | |
parent | 86604c6822f05f62aaf2cd4d9275f53e6ac9a70c (diff) | |
download | tpax-cf351e2ca821a190e2dbe25875fea29168b92f72.tar.bz2 tpax-cf351e2ca821a190e2dbe25875fea29168b92f72.tar.xz |
core api: implemented tpax_archive_reset().
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 6a43415..8822ee1 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -155,6 +155,8 @@ tpax_api int tpax_archive_append (const struct tpax_driver_ctx *, con tpax_api int tpax_archive_write (const struct tpax_driver_ctx *); +tpax_api int tpax_archive_reset (const struct tpax_driver_ctx *); + tpax_api int tpax_archive_seal (const struct tpax_driver_ctx *); /* utility helper interfaces */ |