ObjFW  Diff

Differences From Artifact [5f38226781]:

To Artifact [6ecc8476c9]:


16
17
18
19
20
21
22
23

24
25
26
27
16
17
18
19
20
21
22

23
24
25
26
27







-
+





#import "OFTarArchiveEntry.h"

OF_ASSUME_NONNULL_BEGIN

@interface OFTarArchiveEntry ()
- (instancetype)OF_initWithHeader: (char[_Nonnull 512])header
			   stream: (OFStream*)stream;
			   stream: (OFStream *)stream;
- (void)OF_skip;
@end

OF_ASSUME_NONNULL_END