]> granicus.if.org Git - postgis/commitdiff
Fix compile warning in geography_measurement.c caused by missing function prototype.
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Wed, 6 Jul 2011 10:48:15 +0000 (10:48 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Wed, 6 Jul 2011 10:48:15 +0000 (10:48 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7607 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography_measurement.c

index 9ea6d2bae371a529a91463f52ba52ea93cc029ca..feeae0c83e6c51cdeeda9aa208db0b934b832d76 100644 (file)
@@ -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)