From da5656a8a696863e0d9941091c09c75b03a6070b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 4 May 2019 23:30:58 +0200 Subject: Print out what we are doing on the way and options to keep quiet Signed-off-by: David Oberhollenzer --- unpack/rdsquashfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'unpack/rdsquashfs.h') diff --git a/unpack/rdsquashfs.h b/unpack/rdsquashfs.h index c06afb2..a9d5bdf 100644 --- a/unpack/rdsquashfs.h +++ b/unpack/rdsquashfs.h @@ -27,6 +27,7 @@ enum UNPACK_FLAGS { UNPACK_NO_EMPTY = 0x10, UNPACK_CHMOD = 0x20, UNPACK_CHOWN = 0x40, + UNPACK_QUIET = 0x80, }; typedef struct { -- cgit v1.2.3