Index: obj_subc.h =================================================================== --- obj_subc.h (revision 14269) +++ obj_subc.h (revision 14270) @@ -84,9 +84,12 @@ void XORDrawSubc(pcb_subc_t *sc, pcb_coord_t DX, pcb_coord_t DY, int use_curr_side); -/* Redo the binding after the layer binding recipe changed in sc */ +/* Redo the layer binding after the layer binding recipe changed in sc */ int pcb_subc_rebind(pcb_board_t *pcb, pcb_subc_t *sc); +/* Do the initial global bindings of subc to pcb (rtree links) */ +void pcb_subc_bind_globals(pcb_board_t *pcb, pcb_subc_t *subc); + #include "rtree.h" pcb_r_dir_t draw_subc_mark_callback(const pcb_box_t *b, void *cl); void DrawSubc(pcb_subc_t *sc);