aboutsummaryrefslogtreecommitdiff
path: root/include/tar
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-07-15 14:51:20 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-08-10 09:28:25 +0200
commitf572a1ed601267438c34c61a201ae1ab051da7a3 (patch)
tree9fde385df0791860e31dc474bed03b10caf81fd6 /include/tar
parenta7bf75ebdb991092dd9165db99acfa034166fb43 (diff)
Refactor: rename dir_iterator_t to sqfs_dir_iterator_t
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/tar')
-rw-r--r--include/tar/tar.h3
1 files changed, 2 insertions, 1 deletions
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.