aboutsummaryrefslogtreecommitdiff
path: root/bin/tar2sqfs/src/tar2sqfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tar2sqfs/src/tar2sqfs.h')
-rw-r--r--bin/tar2sqfs/src/tar2sqfs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/tar2sqfs/src/tar2sqfs.h b/bin/tar2sqfs/src/tar2sqfs.h
index a21774b..e853ae9 100644
--- a/bin/tar2sqfs/src/tar2sqfs.h
+++ b/bin/tar2sqfs/src/tar2sqfs.h
@@ -15,7 +15,6 @@
#include "tar/tar.h"
#include "tar/format.h"
#include "xfrm/compress.h"
-#include "io/xfrm.h"
#include <stdlib.h>
#include <getopt.h>
@@ -34,6 +33,6 @@ extern char *root_becomes;
void process_args(int argc, char **argv);
/* process_tarball.c */
-int process_tarball(istream_t *input_file, sqfs_writer_t *sqfs);
+int process_tarball(dir_iterator_t *it, sqfs_writer_t *sqfs);
#endif /* TAR2SQFS_H */