Index: obj_line.h =================================================================== --- obj_line.h (revision 4795) +++ obj_line.h (revision 4796) @@ -43,7 +43,7 @@ Point2; long int State; pcb_bool draw; -} AttachedLineType, *AttachedLineTypePtr; +} pcb_attached_line_t; pcb_line_t *GetLineMemory(pcb_layer_t * layer); @@ -62,7 +62,7 @@ /*** DRC enforcement (obj_line_drcenf.c) ***/ void AdjustAttachedLine(void); void AdjustTwoLine(pcb_bool); -void FortyFiveLine(AttachedLineType *); +void FortyFiveLine(pcb_attached_line_t *); void EnforceLineDRC(void); /* Rather than mode the line bounding box, we set it so the point bounding