Index: insert.h =================================================================== --- insert.h (revision 3396) +++ insert.h (revision 3397) @@ -36,7 +36,7 @@ /* --------------------------------------------------------------------------- * prototypes */ -void *InsertPointIntoObject(int, void *, void *, Cardinal *, Coord, Coord, pcb_bool, pcb_bool); +void *InsertPointIntoObject(int, void *, void *, pcb_cardinal_t *, Coord, Coord, pcb_bool, pcb_bool); PointTypePtr AdjustInsertPoint(void); #endif