]> granicus.if.org Git - postgis/commitdiff
Clean up missing prototype
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 10 Jul 2015 20:36:35 +0000 (20:36 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 10 Jul 2015 20:36:35 +0000 (20:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13799 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/lwgeom_inout.c

index a70c0b876393474480574b6bef08f28463995c24..2db0ea0d269ef5f837a5af1f7e4966b5e513c9e6 100644 (file)
@@ -44,7 +44,7 @@ Datum LWGEOM_to_latlon(PG_FUNCTION_ARGS);
 Datum WKBFromLWGEOM(PG_FUNCTION_ARGS);
 Datum TWKBFromLWGEOM(PG_FUNCTION_ARGS);
 Datum TWKBFromLWGEOMArray(PG_FUNCTION_ARGS);
-Datum TWKBFromTWKBArray(PG_FUNCTION_ARGS);
+Datum LWGEOMFromTWKB(PG_FUNCTION_ARGS);
 
 
 /*