aboutsummaryrefslogtreecommitdiff
path: root/lib/sqfs/src
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-06-16 15:39:36 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-06-16 20:17:59 +0200
commit230453fc840c112bbe2c18708338fd897f1174ec (patch)
treedd2a483361bfeabf0272f8e4b51c188bb7ff1411 /lib/sqfs/src
parentc81e80bf35874696d9735f70e5c8327f92b5aca4 (diff)
Cleanup: libsqfs: move the generic stream API to the rest of the I/O code
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/sqfs/src')
-rw-r--r--lib/sqfs/src/io/stream_api.c (renamed from lib/sqfs/src/istream.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqfs/src/istream.c b/lib/sqfs/src/io/stream_api.c
index 3d89461..60e8472 100644
--- a/lib/sqfs/src/istream.c
+++ b/lib/sqfs/src/io/stream_api.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/*
- * istream.c
+ * stream_api.c
*
* Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
*/