ObjFW  Diff

Differences From Artifact [05ac9802be]:

To Artifact [816968613e]:


30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
 * The file name of the entry.
 */
@property (readwrite, copy, nonatomic) OFString *fileName;

/*!
 * The mode of the entry.
 */
@property (readwrite, nonatomic) uint16_t mode;

/*!
 * The UID of the owner.
 */
@property (readwrite, nonatomic) uint16_t UID;

/*!
 * The GID of the group.
 */
@property (readwrite, nonatomic) uint16_t GID;

/*!
 * The size of the file.
 */
@property (readwrite, nonatomic) uint64_t size;

/*!







|




|




|







30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
 * The file name of the entry.
 */
@property (readwrite, copy, nonatomic) OFString *fileName;

/*!
 * The mode of the entry.
 */
@property (readwrite, nonatomic) uint32_t mode;

/*!
 * The UID of the owner.
 */
@property (readwrite, nonatomic) uint32_t UID;

/*!
 * The GID of the group.
 */
@property (readwrite, nonatomic) uint32_t GID;

/*!
 * The size of the file.
 */
@property (readwrite, nonatomic) uint64_t size;

/*!