Index: trunk/util/gsch2pcb-rnd/glue.c =================================================================== --- trunk/util/gsch2pcb-rnd/glue.c (revision 25193) +++ trunk/util/gsch2pcb-rnd/glue.c (revision 25194) @@ -58,7 +58,7 @@ const char *pcb_board_get_filename(void) { return NULL; } const char *pcb_board_get_name(void) { return NULL; } -void pcb_event(pcb_event_id_t ev, const char *fmt, ...) +void pcb_event(pcb_hidlib_t *hidlib, pcb_event_id_t ev, const char *fmt, ...) { }