From cf351e2ca821a190e2dbe25875fea29168b92f72 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 27 May 2024 01:19:40 +0000 Subject: core api: implemented tpax_archive_reset(). --- include/tpax/tpax.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 */ -- cgit v1.2.3