]> granicus.if.org Git - postgis/commitdiff
added missing prototype
authorSandro Santilli <strk@keybit.net>
Mon, 20 Sep 2004 09:29:29 +0000 (09:29 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 20 Sep 2004 09:29:29 +0000 (09:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@843 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_inout.c

index 934b0016c76ceac89b8a753561a390feb732f42c..99a2d16013e2224dd74887fa37a67619c451a80b 100644 (file)
@@ -33,19 +33,17 @@ extern unsigned char        parse_hex(char *str);
 extern void deparse_hex(unsigned char str, unsigned char *result);
 extern char *parse_lwgeom_wkt(char *wkt_input);
 
+// needed for OGC conformance
 Datum LWGEOMFromWKB(PG_FUNCTION_ARGS);
 Datum WKBFromLWGEOM(PG_FUNCTION_ARGS);
-
 Datum LWGEOM_in(PG_FUNCTION_ARGS);
 Datum LWGEOM_out(PG_FUNCTION_ARGS);
-
-// needed for OGC conformance
-
 Datum LWGEOM_addBBOX(PG_FUNCTION_ARGS);
 Datum LWGEOM_getBBOX(PG_FUNCTION_ARGS);
-
-
 Datum parse_WKT_lwgeom(PG_FUNCTION_ARGS);
+#if USE_VERSION > 73
+Datum LWGEOM_recv(PG_FUNCTION_ARGS);
+#endif
 
 
 // included here so we can be independent from postgis