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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tar2sqfs/src/tar2sqfs.h b/bin/tar2sqfs/src/tar2sqfs.h
index d2049f2..a5b1089 100644
--- a/bin/tar2sqfs/src/tar2sqfs.h
+++ b/bin/tar2sqfs/src/tar2sqfs.h
@@ -12,6 +12,7 @@
#include "compat.h"
#include "util/util.h"
+#include "util/strlist.h"
#include "tar/tar.h"
#include "tar/format.h"
#include "xfrm/compress.h"
@@ -29,8 +30,7 @@ extern bool no_tail_pack;
extern bool no_symlink_retarget;
extern sqfs_writer_cfg_t cfg;
extern char *root_becomes;
-extern char **excludedirs;
-extern size_t num_excludedirs;
+extern strlist_t excludedirs;
void process_args(int argc, char **argv);