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