From: Paul Ramsey Date: Fri, 10 Jul 2015 20:36:35 +0000 (+0000) Subject: Clean up missing prototype X-Git-Tag: 2.2.0rc1~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=582854374c279fb7a25ee5d4cba02458782c8206;p=postgis Clean up missing prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@13799 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/lwgeom_inout.c b/postgis/lwgeom_inout.c index a70c0b876..2db0ea0d2 100644 --- a/postgis/lwgeom_inout.c +++ b/postgis/lwgeom_inout.c @@ -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); /*