From 7f89eb3cfff465cf32d03a2ae6919252eae67e9b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 21 Sep 2023 15:53:14 +0200 Subject: libutil: add a string list helper to replace some of the adhoc ones Signed-off-by: David Oberhollenzer --- bin/tar2sqfs/src/tar2sqfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/tar2sqfs/src/tar2sqfs.h') 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); -- cgit v1.2.3