ObjFW  Diff

Differences From Artifact [434b0d067a]:

To Artifact [a16d8529e4]:


14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 * file.
 */

#include <sys/types.h>

#import "OFObject.h"
#import "OFSerialization.h"
#import "OFJSON.h"

/**
 * \brief The type of a number.
 */
typedef enum of_number_type_t {
	OF_NUMBER_BOOL,
	OF_NUMBER_CHAR,







|







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 * file.
 */

#include <sys/types.h>

#import "OFObject.h"
#import "OFSerialization.h"
#import "OFJSONEncoding.h"

/**
 * \brief The type of a number.
 */
typedef enum of_number_type_t {
	OF_NUMBER_BOOL,
	OF_NUMBER_CHAR,