From 82d319e69e75d2e8d441e95cc198793234d22855 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 19 Nov 2003 15:44:51 +0000 Subject: [PATCH] added prototypes for geometry_{le,ge,cmp} git-svn-id: http://svn.osgeo.org/postgis/trunk@370 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/postgis.h b/postgis.h index a3e2feb09..06ea98334 100644 --- a/postgis.h +++ b/postgis.h @@ -11,6 +11,9 @@ * ********************************************************************** * $Log$ + * Revision 1.38 2003/11/19 15:44:51 strk + * added prototypes for geometry_{le,ge,cmp} + * * Revision 1.37 2003/10/28 16:57:35 strk * Added collect_garray() function. * @@ -492,8 +495,11 @@ Datum perimeter2d(PG_FUNCTION_ARGS); Datum truly_inside(PG_FUNCTION_ARGS); Datum geometry_lt(PG_FUNCTION_ARGS); -Datum geometry_gt(PG_FUNCTION_ARGS); +Datum geometry_le(PG_FUNCTION_ARGS); Datum geometry_eq(PG_FUNCTION_ARGS); +Datum geometry_gt(PG_FUNCTION_ARGS); +Datum geometry_ge(PG_FUNCTION_ARGS); +Datum geometry_cmp(PG_FUNCTION_ARGS); Datum npoints(PG_FUNCTION_ARGS); Datum nrings(PG_FUNCTION_ARGS); -- 2.40.0