@@ -43,9 +43,9 @@ return num * 2; } @end id -init_plugin(void) +OFPluginInit(void) { return [[[TestPlugin alloc] init] autorelease]; }