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/util/test/str_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util/test') diff --git a/lib/util/test/str_table.c b/lib/util/test/str_table.c index d4160eb..5408fc0 100644 --- a/lib/util/test/str_table.c +++ b/lib/util/test/str_table.c @@ -15,7 +15,7 @@ static char *strings[1000]; static int read_strings(void) { - istream_t *fp; + sqfs_istream_t *fp; ssize_t ret; char *line; int i; -- cgit v1.2.3