diff options
author | midipix <writeonce@midipix.org> | 2024-05-26 14:23:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-26 14:23:33 +0000 |
commit | 94230e73b767a4acc02a98d4a2520631517f1a2a (patch) | |
tree | d376c1d0521b31a0a404f259542c0835412bdb4a /include | |
parent | c9eeca63ccc3960c0253368147e95fdd61b04fcd (diff) | |
download | tpax-94230e73b767a4acc02a98d4a2520631517f1a2a.tar.bz2 tpax-94230e73b767a4acc02a98d4a2520631517f1a2a.tar.xz |
library api's: _archive_ (core interfaces) namespace confirmation.
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index ef78199..ad596c4 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -151,11 +151,11 @@ 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_append (const struct tpax_driver_ctx *, const struct tpax_unit_ctx *); -tpax_api int tpax_archive_write (const struct tpax_driver_ctx *); +tpax_api int tpax_archive_write (const struct tpax_driver_ctx *); -tpax_api int tpax_archive_seal (const struct tpax_driver_ctx *); +tpax_api int tpax_archive_seal (const struct tpax_driver_ctx *); /* helper api */ tpax_api int tpax_path_copy (char *, const char *, size_t, uint32_t, size_t *); |