From f572a1ed601267438c34c61a201ae1ab051da7a3 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 15 Jul 2023 14:51:20 +0200 Subject: Refactor: rename dir_iterator_t to sqfs_dir_iterator_t Signed-off-by: David Oberhollenzer --- include/tar/tar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/tar') diff --git a/include/tar/tar.h b/include/tar/tar.h index 811ac47..68fde98 100644 --- a/include/tar/tar.h +++ b/include/tar/tar.h @@ -68,7 +68,8 @@ int read_header(sqfs_istream_t *fp, tar_header_decoded_t *out); void clear_header(tar_header_decoded_t *hdr); -dir_iterator_t *tar_open_stream(sqfs_istream_t *stream, tar_iterator_opts *opts); +sqfs_dir_iterator_t *tar_open_stream(sqfs_istream_t *stream, + tar_iterator_opts *opts); /* Write zero bytes to an output file to padd it to the tar record size. -- cgit v1.2.3