ObjFW  Diff

Differences From Artifact [af3ebd0c7b]:

To Artifact [051d102b30]:


109
110
111
112
113
114
115
116

117
118
119
120
121
 * The general purpose bit flag of the entry.
 *
 * See the ZIP specification for details.
 */
@property (readwrite, nonatomic) uint16_t generalPurposeBitFlag;

/*!
 * @brief Converts the OFMutableZIPArchive to an immutable OFZIPArchive.

 */
- (void)makeImmutable;
@end

OF_ASSUME_NONNULL_END







|
>





109
110
111
112
113
114
115
116
117
118
119
120
121
122
 * The general purpose bit flag of the entry.
 *
 * See the ZIP specification for details.
 */
@property (readwrite, nonatomic) uint16_t generalPurposeBitFlag;

/*!
 * @brief Converts the OFMutableZIPArchiveEntry to an immutable
 *	  OFZIPArchiveEntry.
 */
- (void)makeImmutable;
@end

OF_ASSUME_NONNULL_END