ObjFW  Diff

Differences From Artifact [051d102b30]:

To Artifact [4a738fdf41]:


36
37
38
39
40
41
42


43
44
45
46
47
48
49
 * The comment of the entry's file.
 */
@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, copy)
    OFString *fileComment;

/*!
 * The extra field of the entry.


 */
@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, copy) OFData *extraField;

/*!
 * The version which made the entry.
 *
 * The lower 8 bits are the ZIP specification version.@n







>
>







36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
 * The comment of the entry's file.
 */
@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, copy)
    OFString *fileComment;

/*!
 * The extra field of the entry.
 *
 * The item size *must* be 1!
 */
@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, copy) OFData *extraField;

/*!
 * The version which made the entry.
 *
 * The lower 8 bits are the ZIP specification version.@n