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
This commit is contained in:
Mark Cave-Ayland 2011-07-06 10:48:15 +00:00
parent 67e3f3298b
commit d12aac293d

View 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)