Index: insert.h =================================================================== --- insert.h (revision 4766) +++ insert.h (revision 4767) @@ -37,6 +37,6 @@ * prototypes */ void *InsertPointIntoObject(int, void *, void *, pcb_cardinal_t *, Coord, Coord, pcb_bool, pcb_bool); -PointTypePtr AdjustInsertPoint(void); +pcb_point_t *AdjustInsertPoint(void); #endif