ObjFW  Diff

Differences From Artifact [5efff8afd2]:

To Artifact [cd9dc30a3e]:


19
20
21
22
23
24
25





26


27
28
29
30
31
32
33
19
20
21
22
23
24
25
26
27
28
29
30

31
32
33
34
35
36
37
38
39







+
+
+
+
+
-
+
+







#include <stdio.h>
#include <string.h>
#include <limits.h>

#import "OFDataArray.h"
#import "OFString.h"
#import "OFFile.h"

#import "OFInvalidArgumentException.h"
#import "OFInvalidEncodingException.h"
#import "OFNotImplementedException.h"
#import "OFOutOfMemoryException.h"
#import "OFExceptions.h"
#import "OFOutOfRangeException.h"

#import "base64.h"
#import "macros.h"

/* References for static linking */
void _references_to_categories_of_OFDataArray()
{
	_OFDataArray_Hashing_reference = 1;