diff options
Diffstat (limited to 'unpack/rdsquashfs.h')
-rw-r--r-- | unpack/rdsquashfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unpack/rdsquashfs.h b/unpack/rdsquashfs.h index ca4825b..cfc359c 100644 --- a/unpack/rdsquashfs.h +++ b/unpack/rdsquashfs.h @@ -41,6 +41,7 @@ enum UNPACK_FLAGS { UNPACK_QUIET = 0x04, UNPACK_NO_SPARSE = 0x08, UNPACK_SET_XATTR = 0x10, + UNPACK_SET_TIMES = 0x20, }; enum { |