aboutsummaryrefslogtreecommitdiff
path: root/lib/tar/src/read_header.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tar/src/read_header.c')
-rw-r--r--lib/tar/src/read_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tar/src/read_header.c b/lib/tar/src/read_header.c
index 751c5dc..3117d8a 100644
--- a/lib/tar/src/read_header.c
+++ b/lib/tar/src/read_header.c
@@ -164,7 +164,7 @@ static int decode_header(const tar_header_t *hdr, unsigned int set_by_pax,
return 0;
}
-int read_header(istream_t *fp, tar_header_decoded_t *out)
+int read_header(sqfs_istream_t *fp, tar_header_decoded_t *out)
{
unsigned int set_by_pax = 0;
bool prev_was_zero = false;