Index: change.h =================================================================== --- change.h (revision 3426) +++ change.h (revision 3427) @@ -109,7 +109,10 @@ void *QueryInputAndChangeObjectName(int, void *, void *, void *, int); void ChangePCBSize(Coord, Coord); 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); + /* 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. */