aboutsummaryrefslogtreecommitdiff
path: root/bin/gensquashfs/src/mkfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gensquashfs/src/mkfs.h')
-rw-r--r--bin/gensquashfs/src/mkfs.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/gensquashfs/src/mkfs.h b/bin/gensquashfs/src/mkfs.h
index 55ea2d5..437198b 100644
--- a/bin/gensquashfs/src/mkfs.h
+++ b/bin/gensquashfs/src/mkfs.h
@@ -56,8 +56,6 @@ typedef struct {
unsigned int force_uid_value;
unsigned int force_gid_value;
- bool force_uid;
- bool force_gid;
bool scan_xattr;
} options_t;
@@ -101,11 +99,10 @@ void selinux_close_context_file(void *sehnd);
Returns 0 on success.
*/
-int fstree_from_file(fstree_t *fs, const char *filename,
- const char *basepath);
+int fstree_from_file(fstree_t *fs, const char *filename, const options_t *opt);
int fstree_from_file_stream(fstree_t *fs, sqfs_istream_t *file,
- const char *basepath);
+ const options_t *opt);
/*
Recursively scan a directory to build a file system tree.