Index: obj_common.c =================================================================== --- obj_common.c (revision 13663) +++ obj_common.c (revision 13664) @@ -67,7 +67,7 @@ /* returns a pointer to an objects bounding box; * data is valid until the routine is called again */ -int GetObjectBoundingBox(int Type, void *Ptr1, void *Ptr2, void *Ptr3, pcb_box_t *res) +int pcb_obj_get_bbox(int Type, void *Ptr1, void *Ptr2, void *Ptr3, pcb_box_t *res) { switch (Type) { case PCB_TYPE_LINE: