ObjFW  Diff

Differences From Artifact [239ba34c9f]:

To Artifact [d2c4fcd6af]:


13
14
15
16
17
18
19

20
21
22
23
24
25
26

#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#import "OFBlock.h"


/// \cond internal
@protocol RetainRelease
- retain;
- (void)release;
@end
/// \endcond







>







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#import "OFBlock.h"
#import "atomic.h"

/// \cond internal
@protocol RetainRelease
- retain;
- (void)release;
@end
/// \endcond