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

lwgeom/lwgeom_functions_basic.c

index d269d76650bbe98e8406cad0b937daa4d99c76fa..3bf9eaf10f20116db635045b82b4afa8c269ac6e 100644 (file)
@@ -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);