Index: polyhelp.c =================================================================== --- polyhelp.c (revision 16266) +++ polyhelp.c (revision 16267) @@ -518,6 +518,8 @@ int pplg_init_lib_polyhelp(void) { + PCB_API_CHK_VER; + PCB_REGISTER_ACTIONS(polyhelp_action_list, polyhelp_cookie); return 0; }