From: Sandro Santilli Date: Fri, 17 Dec 2004 11:07:48 +0000 (+0000) Subject: Added missing prototype X-Git-Tag: pgis_1_0_0RC1~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=885a59ffbd453672006f297d251e953714d08e69;p=postgis Added missing prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@1161 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_estimate.c b/lwgeom/lwgeom_estimate.c index ab380a4de..e0133fec0 100644 --- a/lwgeom/lwgeom_estimate.c +++ b/lwgeom/lwgeom_estimate.c @@ -122,6 +122,7 @@ Datum build_lwhistogram2d(PG_FUNCTION_ARGS); Datum explode_lwhistogram2d(PG_FUNCTION_ARGS); Datum estimate_lwhistogram2d(PG_FUNCTION_ARGS); Datum LWGEOM_gist_sel(PG_FUNCTION_ARGS); +Datum LWGEOM_gist_joinsel(PG_FUNCTION_ARGS); #if USE_VERSION >= 80 Datum LWGEOM_analyze(PG_FUNCTION_ARGS); #endif @@ -2023,6 +2024,9 @@ Datum LWGEOM_estimated_extent(PG_FUNCTION_ARGS) /********************************************************************** * $Log$ + * Revision 1.16 2004/12/17 11:07:48 strk + * Added missing prototype + * * Revision 1.15 2004/12/13 14:03:07 strk * Initial skeleton on join selectivity estimator. * Current estimators application for box2d && box2d operator.