ObjFW  Diff

Differences From Artifact [01c39da93f]:

To Artifact [c395596363]:


41
42
43
44
45
46
47
48
49
50
51
- (int)test: (int)num
{
	return num * 2;
}
@end

id
init_plugin(void)
{
	return [[[TestPlugin alloc] init] autorelease];
}







|



41
42
43
44
45
46
47
48
49
50
51
- (int)test: (int)num
{
	return num * 2;
}
@end

id
OFPluginInit(void)
{
	return [[[TestPlugin alloc] init] autorelease];
}