Index: obj_subc.h =================================================================== --- obj_subc.h (revision 14721) +++ obj_subc.h (revision 14722) @@ -99,6 +99,7 @@ int pcb_subc_get_origin(pcb_subc_t *sc, pcb_coord_t *x, pcb_coord_t *y); int pcb_subc_get_rotation(pcb_subc_t *sc, double *rot); int pcb_subc_get_side(pcb_subc_t *sc, int *on_bottom); +int pcb_subc_get_host_trans(const pcb_subc_t *sc, pcb_host_trans_t *tr); /* Search for the named subc; name is relative path in hierarchy. Returns NULL if not found */