Index: polygon.h =================================================================== --- polygon.h (revision 10054) +++ polygon.h (revision 10055) @@ -92,7 +92,7 @@ void pcb_poly_square_pin_factors(int style, double *xm, double *ym); -int pcb_pline_is_rectangle(pcb_pline_t *pl); +pcb_bool pcb_pline_is_rectangle(pcb_pline_t *pl); #endif