From 885a59ffbd453672006f297d251e953714d08e69 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 17 Dec 2004 11:07:48 +0000 Subject: [PATCH] Added missing prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@1161 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/lwgeom_estimate.c | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.40.0