ObjFW  Diff

Differences From Artifact [47bcdec64f]:

To Artifact [8b78b2c597]:


30
31
32
33
34
35
36
37










38
39
40
41
42
43
44
 * The file name of the entry.
 */
@property (readwrite, nonatomic, copy) OFString *fileName;

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











/*!
 * 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, nonatomic, copy) 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;

/*!