From e811851deba9c45f3d9b3c5b4ad5eaa7945382d5 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 12 Jun 2023 20:14:44 +0200 Subject: Mass rename istream_t/ostream_t with sqfs_ prefix istream_t becomes sqfs_istream_t and ostream_t becomes sqfs_ostream_t Signed-off-by: David Oberhollenzer --- lib/tar/test/tar_sparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tar/test/tar_sparse.c') diff --git a/lib/tar/test/tar_sparse.c b/lib/tar/test/tar_sparse.c index 27ce053..99d4639 100644 --- a/lib/tar/test/tar_sparse.c +++ b/lib/tar/test/tar_sparse.c @@ -13,7 +13,7 @@ static void test_case_sparse(const char *path) { tar_header_decoded_t hdr; sparse_map_t *sparse; - istream_t *fp; + sqfs_istream_t *fp; fp = istream_open_file(path); TEST_NOT_NULL(fp); -- cgit v1.2.3