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/io/test/istream_mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/io/test/istream_mem.c') diff --git a/lib/io/test/istream_mem.c b/lib/io/test/istream_mem.c index ca5146c..f364fd3 100644 --- a/lib/io/test/istream_mem.c +++ b/lib/io/test/istream_mem.c @@ -35,7 +35,7 @@ int main(int argc, char **argv) size_t i, diff, size; bool eat_all = true; const sqfs_u8 *ptr; - istream_t *in; + sqfs_istream_t *in; int ret; (void)argc; (void)argv; -- cgit v1.2.3