diff options
Diffstat (limited to 'bin/tar2sqfs/tar2sqfs.h')
-rw-r--r-- | bin/tar2sqfs/tar2sqfs.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/tar2sqfs/tar2sqfs.h b/bin/tar2sqfs/tar2sqfs.h index a27a50b..d127aa0 100644 --- a/bin/tar2sqfs/tar2sqfs.h +++ b/bin/tar2sqfs/tar2sqfs.h @@ -16,11 +16,6 @@ #include <getopt.h> #include <string.h> #include <stdio.h> -#include <fcntl.h> - -#ifdef _WIN32 -#include <io.h> -#endif /* options.c */ extern bool dont_skip; @@ -32,6 +27,6 @@ extern char *root_becomes; void process_args(int argc, char **argv); /* process_tarball.c */ -int process_tarball(FILE *input_file, sqfs_writer_t *sqfs); +int process_tarball(istream_t *input_file, sqfs_writer_t *sqfs); #endif /* TAR2SQFS_H */ |