From 99ab678ae0659e60290154dabe987e6fb0029d3e Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 26 May 2024 13:52:18 +0000 Subject: logic: renamed tpax_archive_append_item() as tpax_archive_append(). --- include/tpax/tpax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index 323b65c..9ea2a94 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -150,7 +150,7 @@ tpax_api int tpax_get_driver_fdctx (const struct tpax_driver_ctx *, struct tpax_api int tpax_set_driver_fdctx (struct tpax_driver_ctx *, const struct tpax_fd_ctx *); /* core api */ -tpax_api int tpax_archive_append_item (const struct tpax_driver_ctx *, const struct tpax_unit_ctx *); +tpax_api int tpax_archive_append (const struct tpax_driver_ctx *, const struct tpax_unit_ctx *); tpax_api int tpax_archive_write (const struct tpax_driver_ctx *); -- cgit v1.2.3