ObjFW  Diff

Differences From Artifact [1d2cd153ce]:

To Artifact [1838881d73]:


33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
	int8_t _type;
	OFDataArray *_data;
}

/*!
 * The MessagePack extension type.
 */
@property (readonly) int8_t type;

/*!
 * @return The data of the extension.
 */
@property (readonly, nonatomic) OFDataArray *data;

/*!







|







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
	int8_t _type;
	OFDataArray *_data;
}

/*!
 * The MessagePack extension type.
 */
@property (readonly, nonatomic) int8_t type;

/*!
 * @return The data of the extension.
 */
@property (readonly, nonatomic) OFDataArray *data;

/*!