Index: hpgl.c =================================================================== --- hpgl.c (revision 31014) +++ hpgl.c (revision 31015) @@ -184,7 +184,7 @@ int pplg_init_import_hpgl(void) { - PCB_API_CHK_VER; + RND_API_CHK_VER; RND_REGISTER_ACTIONS(hpgl_action_list, hpgl_cookie) return 0; }