]> granicus.if.org Git - postgis/commitdiff
moved forward declarations from postgis.h to postgis_proj.c
authorDavid Blasby <dblasby@gmail.com>
Fri, 6 Feb 2004 00:42:25 +0000 (00:42 +0000)
committerDavid Blasby <dblasby@gmail.com>
Fri, 6 Feb 2004 00:42:25 +0000 (00:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@444 b70326c6-7e19-0410-871a-916f4a2858ee

postgis_proj.c

index 377154cd38782e05684502f88db0cd7893c2c080..e3290b1b3a91e9f1ebf459cf8e85ba3173583996 100644 (file)
@@ -11,6 +11,9 @@
  *
  **********************************************************************
  * $Log$
+ * Revision 1.12  2004/02/06 00:42:25  dblasby
+ * moved forward declarations from postgis.h to postgis_proj.c
+ *
  * Revision 1.11  2004/02/05 20:31:48  dblasby
  * Optimized the curvature method (doesnt have to calculate e2)
  *
@@ -58,7 +61,9 @@
 
 
 double distance_sphere_method(double lat1, double long1,double lat2,double long2, SPHEROID *sphere);
-
+double distance_ellipse_calculation(double lat1, double long1,
+                                       double lat2, double long2,
+                                       SPHEROID *sphere);
 
 //use the WKT definition of an ellipsoid
 // ie. SPHEROID["name",A,rf] or SPHEROID("name",A,rf)