diff options
author | midipix <writeonce@midipix.org> | 2024-05-26 03:14:12 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-26 03:42:11 +0000 |
commit | de63a008bfb04739bd189ed183e1dbd656ec4183 (patch) | |
tree | 70f3dea9f6c6a62bb71e7059d85871f2da396b34 /src/internal | |
parent | fb29e19bf5c914aaf4c9445ffc52ac44266eb006 (diff) | |
download | tpax-de63a008bfb04739bd189ed183e1dbd656ec4183.tar.bz2 tpax-de63a008bfb04739bd189ed183e1dbd656ec4183.tar.xz |
driver: implemented the internal tpax_queue_item_full_path().
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/tpax_driver_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index 1779043..0474bc4 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -278,4 +278,8 @@ static inline ssize_t tpax_get_archive_block_size(const struct tpax_driver_ctx * int tpax_update_queue_vector(const struct tpax_driver_ctx * dctx); +const char * tpax_queue_item_full_path( + const struct tpax_driver_ctx *, + const struct tpax_dirent *); + #endif |