diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in index e108784b87..d5dd9c4257 100644 --- a/capi/geos_c.h.in +++ b/capi/geos_c.h.in @@ -2949,6 +2949,7 @@ extern int GEOS_DLL GEOSNormalize(GEOSGeometry* g); * \param exteriorCW if 1, exterior rings will be clockwise and interior rings * will be counter-clockwise * \return 0 on success or -1 on exception +* \since 3.12 */ extern int GEOS_DLL GEOSOrientPolygons(GEOSGeometry* g, int exteriorCW);