]> granicus.if.org Git - postgis/commitdiff
Added missing prototype
authorSandro Santilli <strk@keybit.net>
Fri, 17 Dec 2004 11:07:48 +0000 (11:07 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 17 Dec 2004 11:07:48 +0000 (11:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1161 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_estimate.c

index ab380a4de66a5dbd1dbc8cab01351304a8e162e2..e0133fec0a59044cfe410752e06e517c6d48610a 100644 (file)
@@ -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.