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