ObjFW  Diff

Differences From Artifact [6fd732f70e]:

To Artifact [1abe8909d3]:


16
17
18
19
20
21
22



23
24
25
26
27
28
29

#import "OFObject.h"
#import "OFMessagePackRepresentation.h"

@class OFDataArray;

/*!



 * @brief A class for representing the MessagePack extension type.
 */
@interface OFMessagePackExtension: OFObject <OFMessagePackRepresentation,
    OFCopying>
{
	int8_t _type;
	OFDataArray *_data;







>
>
>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

#import "OFObject.h"
#import "OFMessagePackRepresentation.h"

@class OFDataArray;

/*!
 * @class OFMessagePackExtension \
 *	  OFMessagePackExtension.h ObjFW/OFMessagePackExtension.h
 *
 * @brief A class for representing the MessagePack extension type.
 */
@interface OFMessagePackExtension: OFObject <OFMessagePackRepresentation,
    OFCopying>
{
	int8_t _type;
	OFDataArray *_data;