ObjFW  Diff

Differences From Artifact [c6fa58099b]:

To Artifact [1d2cd153ce]:


62
63
64
65
66
67
68
69
70
71
72
 *	  specified type and data.
 *
 * @param type The MessagePack extension type
 * @param data The data for the extension
 * @return An initialized OFMessagePackRepresentation
 */
- initWithType: (int8_t)type
	  data: (OFDataArray *)data;
@end

OF_ASSUME_NONNULL_END







|



62
63
64
65
66
67
68
69
70
71
72
 *	  specified type and data.
 *
 * @param type The MessagePack extension type
 * @param data The data for the extension
 * @return An initialized OFMessagePackRepresentation
 */
- initWithType: (int8_t)type
	  data: (OFDataArray *)data OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END