Index: cam.c =================================================================== --- cam.c (revision 30995) +++ cam.c (revision 30996) @@ -316,6 +316,6 @@ export_cam_hid.usage = export_cam_usage; - pcb_hid_register_hid(&export_cam_hid); + rnd_hid_register_hid(&export_cam_hid); return 0; } Index: cam_compile.c =================================================================== --- cam_compile.c (revision 30995) +++ cam_compile.c (revision 30996) @@ -215,7 +215,7 @@ *curr = '\0'; curr++; } - code->op.plugin.exporter = pcb_hid_find_exporter(arg); + code->op.plugin.exporter = rnd_hid_find_exporter(arg); if (code->op.plugin.exporter == NULL) { rnd_message(RND_MSG_ERROR, "cam: can not find export plugin: '%s'\n", arg); return -1;