Index: expfeat.c =================================================================== --- expfeat.c (revision 31014) +++ expfeat.c (revision 31015) @@ -62,7 +62,7 @@ int pplg_init_expfeat(void) { - PCB_API_CHK_VER; + RND_API_CHK_VER; RND_REGISTER_ACTIONS(expfeat_action_list, expfeat_cookie) return 0; }