summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-07-20 23:33:36 +0000
committermidipix <writeonce@midipix.org>2024-07-20 23:38:09 +0000
commit67365b92cc146cc475b19b1b4dab73a1dc8cebc0 (patch)
tree338d51c272172e62dcd6b6f4291afdb84c306552 /include
parentf18eb49fd10d21c6f1c0fa37d3a61a54bf6d9d97 (diff)
downloadtpax-67365b92cc146cc475b19b1b4dab73a1dc8cebc0.tar.bz2
tpax-67365b92cc146cc475b19b1b4dab73a1dc8cebc0.tar.xz
io interfaces: added tpax_io_seek() [for both mapped and unmapped archives].
Diffstat (limited to 'include')
-rw-r--r--include/tpax/tpax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h
index bb6aae7..f5ca8b2 100644
--- a/include/tpax/tpax.h
+++ b/include/tpax/tpax.h
@@ -207,6 +207,8 @@ tpax_api int tpax_meta_init_rustar_header (const char * pathname, const struct
const char * linkname, struct tpax_ustar_header *);
/* low-level interfaces */
+tpax_api int tpax_io_seek (struct tpax_driver_ctx *, off_t, int);
+
tpax_api int tpax_io_create_memory_snapshot(const struct tpax_driver_ctx *, int, const char *,
const struct stat *, void *);