From 6d4065b4f7f51d979708df360df7898d3e67b2ad Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Mon, 22 Jul 2024 03:15:24 +0000
Subject: io interfaces: added tpax_io_range_read_next().

---
 include/tpax/tpax.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'include')

diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h
index f5ca8b2..eef7092 100644
--- a/include/tpax/tpax.h
+++ b/include/tpax/tpax.h
@@ -209,6 +209,8 @@ tpax_api int  tpax_meta_init_rustar_header  (const char * pathname, const struct
 /* low-level interfaces */
 tpax_api int  tpax_io_seek                  (struct tpax_driver_ctx *, off_t, int);
 
+tpax_api int  tpax_io_range_read_next       (struct tpax_driver_ctx *, void *, size_t);
+
 tpax_api int  tpax_io_create_memory_snapshot(const struct tpax_driver_ctx *, int, const char *,
                                              const struct stat *, void *);
 
-- 
cgit v1.2.3