From: Sandro Santilli Date: Mon, 4 Oct 2004 09:25:23 +0000 (+0000) Subject: Added missing prototype X-Git-Tag: pgis_1_0_0RC1~350 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e26c5de4ba27a84a6ed2851c5bef92bc9188d56b;p=postgis Added missing prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@922 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_functions_basic.c b/lwgeom/lwgeom_functions_basic.c index d269d7665..3bf9eaf10 100644 --- a/lwgeom/lwgeom_functions_basic.c +++ b/lwgeom/lwgeom_functions_basic.c @@ -47,6 +47,7 @@ Datum LWGEOM_isempty(PG_FUNCTION_ARGS); Datum LWGEOM_segmentize2d(PG_FUNCTION_ARGS); Datum LWGEOM_reverse(PG_FUNCTION_ARGS); Datum LWGEOM_forceRHR_poly(PG_FUNCTION_ARGS); +Datum LWGEOM_noop(PG_FUNCTION_ARGS); // internal int32 lwgeom_nrings_recursive(char *serialized);