diff options
Diffstat (limited to 'include/tar')
-rw-r--r-- | include/tar/tar.h | 3 |
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. |