ObjFW  Diff

Differences From Artifact [b33a39ff2a]:

To Artifact [28b60b2b5b]:


14
15
16
17
18
19
20
21

22
23
24
25
26
27
28
29
14
15
16
17
18
19
20

21

22
23
24
25
26
27
28







-
+
-







 */

#import "OFArchiveEntry.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @protocol OFMutableArchiveEntry \
 * @protocol OFMutableArchiveEntry OFArchiveEntry.h ObjFW/OFArchiveEntry.h
 *	     OFMutableArchiveEntry.h ObjFW/OFMutableArchiveEntry.h
 *
 * @brief A class which represents a mutable entry in an archive.
 */
@protocol OFMutableArchiveEntry <OFArchiveEntry>

/**
 * @brief The file name of the entry.