Index: drc.h =================================================================== --- drc.h (revision 21169) +++ drc.h (revision 21170) @@ -78,4 +78,7 @@ /* Slow, linear search for an UID in a list; returns NULL if not found */ pcb_drc_violation_t *pcb_drc_by_uid(const pcb_drc_list_t *lst, unsigned long int uid); +/* Zoom the drawing area to the drc error */ +void pcb_drc_goto(pcb_drc_violation_t *item); + #endif