summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-05-22 04:59:36 -0400
committermidipix <writeonce@midipix.org>2020-05-23 05:59:02 +0000
commit3db88843a12dfc0a523a1cf11d9efb5f4f3dd63f (patch)
tree0f5e54e5fa2ccc2737258f94f20b8f7916eb3a1a /include
parentf6b26d52749d56a350a69bf7a6b318466c177169 (diff)
downloadtpax-3db88843a12dfc0a523a1cf11d9efb5f4f3dd63f.tar.bz2
tpax-3db88843a12dfc0a523a1cf11d9efb5f4f3dd63f.tar.xz
library api: tpax_archive_append(): initial implementation.
Diffstat (limited to 'include')
-rw-r--r--include/tpax/tpax.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h
index 332bc67..9e9fa38 100644
--- a/include/tpax/tpax.h
+++ b/include/tpax/tpax.h
@@ -147,6 +147,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 *);
/* helper api */
tpax_api int tpax_path_copy (char *, const char *, size_t, uint32_t, size_t *);