ObjFW  Diff

Differences From Artifact [31cbc5c2b5]:

To Artifact [a646593991]:


61
62
63
64
65
66
67



	Class isa;
}

- copy;
- (void)release;
- autorelease;
@end










>
>
>
61
62
63
64
65
66
67
68
69
70
	Class isa;
}

- copy;
- (void)release;
- autorelease;
@end

extern of_block_literal_t* Block_copy(of_block_literal_t*);
extern void Block_release(of_block_literal_t*);