]> granicus.if.org Git - postgis/commitdiff
moved some BBOX procs signatures from lwgeom_inout.c to lwgeom_pg.h
authorSandro Santilli <strk@keybit.net>
Thu, 30 Dec 2004 10:22:53 +0000 (10:22 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 30 Dec 2004 10:22:53 +0000 (10:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1189 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_inout.c
lwgeom/lwgeom_pg.h

index 410c03349e383537f86c01b153d46c0f53f38aae..bf2cc7f823d1040dd0ecd4eaa81bc3ac7f1619f0 100644 (file)
@@ -33,9 +33,6 @@ void elog_ERROR(const char* string);
 
 Datum LWGEOM_in(PG_FUNCTION_ARGS);
 Datum LWGEOM_out(PG_FUNCTION_ARGS);
-Datum LWGEOM_addBBOX(PG_FUNCTION_ARGS);
-Datum LWGEOM_dropBBOX(PG_FUNCTION_ARGS);
-Datum LWGEOM_getBBOX(PG_FUNCTION_ARGS);
 Datum LWGEOM_to_text(PG_FUNCTION_ARGS);
 Datum LWGEOM_to_bytea(PG_FUNCTION_ARGS);
 Datum LWGEOM_from_bytea(PG_FUNCTION_ARGS);
index 19621960ff03d09b906fb075f9c07b649a8c47fe..fa986f62fa9ff357fca7013509341dc2dc043824 100644 (file)
@@ -53,5 +53,8 @@ Datum LWGEOM_force_multi(PG_FUNCTION_ARGS);
 Datum LWGEOMFromWKB(PG_FUNCTION_ARGS);
 Datum WKBFromLWGEOM(PG_FUNCTION_ARGS);
 
+Datum LWGEOM_getBBOX(PG_FUNCTION_ARGS);
+Datum LWGEOM_addBBOX(PG_FUNCTION_ARGS);
+Datum LWGEOM_dropBBOX(PG_FUNCTION_ARGS);
 
 #endif // !defined _LWGEOM_PG_H 1