diff options
author | midipix <writeonce@midipix.org> | 2021-04-20 22:15:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-20 19:27:28 +0000 |
commit | 022508b329cc2251c09cd9fcaff3be0bb664eb98 (patch) | |
tree | 481743c86ce77a7a649acf866a627f65328d0b00 /include | |
parent | 13eac954640efb15285f70c4d38d9cb2e49da52c (diff) | |
download | tpax-022508b329cc2251c09cd9fcaff3be0bb664eb98.tar.bz2 tpax-022508b329cc2251c09cd9fcaff3be0bb664eb98.tar.xz |
tpax_archive_append(): directory recursion: initial implementation.
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index e12a44b..85cb5cf 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -150,7 +150,9 @@ 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 *); +tpax_api int tpax_archive_append (const struct tpax_driver_ctx *, const struct tpax_unit_ctx *, + const char *); + tpax_api int tpax_archive_seal (const struct tpax_driver_ctx *); /* helper api */ |