Index: change.h =================================================================== --- change.h (revision 3433) +++ change.h (revision 3434) @@ -111,8 +111,9 @@ void *ChangeObjectPinnum(int Type, void *Ptr1, void *Ptr2, void *Ptr3, char *Name); pcb_bool ChangeObjectRadius(int Type, void *Ptr1, void *Ptr2, void *Ptr3, int is_x, Coord r, pcb_bool absolute); pcb_bool ChangeObjectAngle(int Type, void *Ptr1, void *Ptr2, void *Ptr3, int is_start, Angle a, pcb_bool absolute); +pcb_bool ChangeSelectedAngle(int types, int is_start, Angle Difference, pcb_bool fixIt); +pcb_bool ChangeSelectedRadius(int types, int is_start, Angle Difference, pcb_bool fixIt); - /* Change the specified text on an element, either on the board (give PCB, PCB->Data) or in a buffer (give NULL, Buffer->Data). The old string is returned, and must be properly freed by the caller. */