ext/geos_c_impl/analysis.h in rgeo-2.3.1 vs ext/geos_c_impl/analysis.h in rgeo-2.4.0

- old
+ new

@@ -7,12 +7,10 @@ #include <ruby.h> #ifdef RGEO_GEOS_SUPPORTED -#include "factory.h" - RGEO_BEGIN_C /* * call-seq: * RGeo::Geos::Analysis.ccw? -> true or false @@ -31,10 +29,10 @@ * Checks if the RGEO_GEOS_SUPPORTS_ISCCW macro is defined, returns +true+ * if it is, +false+ otherwise */ VALUE rgeo_geos_analysis_supports_ccw(VALUE self); -void rgeo_init_geos_analysis(RGeo_Globals* globals); +void rgeo_init_geos_analysis(); RGEO_END_C #endif // RGEO_GEOS_SUPPORTED