Index: polygon.h =================================================================== --- polygon.h (revision 8) +++ polygon.h (revision 9) @@ -89,4 +89,7 @@ void (*emit) (PLINE *, void *), void *user_data); void PolyToPolygonsOnLayer (DataType *, LayerType *, POLYAREA *, FlagType); +void square_pin_factors(int style, double *xm, double *ym); + + #endif