From: Mark Cave-Ayland Date: Wed, 6 Jul 2011 10:48:15 +0000 (+0000) Subject: Fix compile warning in geography_measurement.c caused by missing function prototype. X-Git-Tag: 2.0.0alpha1~1235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d12aac293d4b6ede8befd46274ca75eeb86231a2;p=postgis Fix compile warning in geography_measurement.c caused by missing function prototype. git-svn-id: http://svn.osgeo.org/postgis/trunk@7607 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/geography_measurement.c b/postgis/geography_measurement.c index 9ea6d2bae..feeae0c83 100644 --- a/postgis/geography_measurement.c +++ b/postgis/geography_measurement.c @@ -31,6 +31,7 @@ Datum geography_expand(PG_FUNCTION_ARGS); Datum geography_point_outside(PG_FUNCTION_ARGS); Datum geography_covers(PG_FUNCTION_ARGS); Datum geography_bestsrid(PG_FUNCTION_ARGS); +Datum geography_perimeter(PG_FUNCTION_ARGS); /* ** geography_distance(GSERIALIZED *g1, GSERIALIZED *g2, double tolerance, boolean use_spheroid)