Index: cam_compile.h =================================================================== --- cam_compile.h (revision 30901) +++ cam_compile.h (revision 30902) @@ -73,7 +73,7 @@ #include typedef struct { - pcb_hidlib_t *hidlib; + rnd_hidlib_t *hidlib; char *prefix; /* strdup'd file name prefix from the last prefix command */ pcb_hid_t *exporter; unsigned partial:1; /* when 1, there are objects marked with the EXPORTSEL flag */ Index: cam_gui.c =================================================================== --- cam_gui.c (revision 30901) +++ cam_gui.c (revision 30902) @@ -257,7 +257,7 @@ PCB_DAD_END(ctx->dlg); } -static int cam_gui(pcb_hidlib_t *hidlib, const char *arg) +static int cam_gui(rnd_hidlib_t *hidlib, const char *arg) { cam_dlg_t *ctx = calloc(sizeof(cam_dlg_t), 1); const char *opt_hdr[] = {"key", "option value", NULL};