diff options
author | midipix <writeonce@midipix.org> | 2024-05-18 01:23:41 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-19 03:36:18 +0000 |
commit | f5ae320ff28a77cb8bfe21a24369500f86c19df1 (patch) | |
tree | afb8c2e049a5ee526931c653d2e5f9b02c679c42 /include | |
parent | 9f55a17009446a7586a3694edb0b54988e201e7f (diff) | |
download | tpax-f5ae320ff28a77cb8bfe21a24369500f86c19df1.tar.bz2 tpax-f5ae320ff28a77cb8bfe21a24369500f86c19df1.tar.xz |
item queue: removed old implementation of tpax_archive_append().
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index 85cb5cf..993352b 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -150,8 +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 (const struct tpax_driver_ctx *, const struct tpax_unit_ctx *, - const char *); +tpax_api int tpax_archive_append_item (const struct tpax_driver_ctx *, const struct tpax_unit_ctx *); tpax_api int tpax_archive_seal (const struct tpax_driver_ctx *); |