Index: insert.h =================================================================== --- insert.h (revision 4810) +++ insert.h (revision 4811) @@ -36,7 +36,7 @@ /* --------------------------------------------------------------------------- * prototypes */ -void *InsertPointIntoObject(int, void *, void *, pcb_cardinal_t *, Coord, Coord, pcb_bool, pcb_bool); +void *InsertPointIntoObject(int, void *, void *, pcb_cardinal_t *, pcb_coord_t, pcb_coord_t, pcb_bool, pcb_bool); pcb_point_t *AdjustInsertPoint(void); #endif