Index: plugin/template/foobar.c =================================================================== --- plugin/template/foobar.c (revision 31014) +++ plugin/template/foobar.c (revision 31015) @@ -38,6 +38,6 @@ int pplg_init_foobar(void) { - PCB_API_CHK_VER; + RND_API_CHK_VER; return 0; } Index: plugin/template_pup/ext_foo.c =================================================================== --- plugin/template_pup/ext_foo.c (revision 31014) +++ plugin/template_pup/ext_foo.c (revision 31015) @@ -56,7 +56,7 @@ int pplg_init_ext_foo(void) { - PCB_API_CHK_VER; /* for external plugins this is CRITICAL */ + RND_API_CHK_VER; /* for external plugins this is CRITICAL */ RND_REGISTER_ACTIONS(ext_foo_action_list, ext_foo_cookie);