summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-05-30 03:52:14 +0000
committermidipix <writeonce@midipix.org>2024-05-30 03:52:14 +0000
commit43c39bb6b44cc96ac012c259e30c1466cfb23b48 (patch)
tree146bb12ad4b1eb8372f7059b510d6fd2799162b5 /include
parentfa0b0349b3987f37885cccbe8cefb80d404db90a (diff)
downloadtpax-43c39bb6b44cc96ac012c259e30c1466cfb23b48.tar.bz2
tpax-43c39bb6b44cc96ac012c259e30c1466cfb23b48.tar.xz
core api: renamed tpax_archive_append() as tpax_archive_enqueue().
Diffstat (limited to 'include')
-rw-r--r--include/tpax/tpax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h
index 172c7ae..eb106d6 100644
--- a/include/tpax/tpax.h
+++ b/include/tpax/tpax.h
@@ -152,7 +152,7 @@ tpax_api int tpax_lib_get_driver_fdctx (const struct tpax_driver_ctx *, str
tpax_api int tpax_lib_set_driver_fdctx (struct tpax_driver_ctx *, const struct tpax_fd_ctx *);
/* core api */
-tpax_api int tpax_archive_append (const struct tpax_driver_ctx *, const struct tpax_unit_ctx *);
+tpax_api int tpax_archive_enqueue (const struct tpax_driver_ctx *, const struct tpax_unit_ctx *);
tpax_api int tpax_archive_write (const struct tpax_driver_ctx *);