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