Index: data.h =================================================================== --- data.h (revision 14088) +++ data.h (revision 14089) @@ -175,7 +175,7 @@ pcb_r_dir_t pcb_data_r_search(pcb_data_t *data, pcb_objtype_t types, const pcb_box_t *starting_region, pcb_r_dir_t (*region_in_search) (const pcb_box_t *region, void *cl), pcb_r_dir_t (*rectangle_in_region) (const pcb_box_t *box, void *cl), - void *closure, int *num_found); + void *closure, int *num_found, pcb_bool vis_only); /* Either pcb->data or the subcircuit's data if PCB is a subc (footprint edit mode) */ #define PCB_REAL_DATA(pcb) \