Skip to content

Commit aae2420

Browse files
author
Thomas G. Lockhart
committed
Add point_ne() comparison routine.
1 parent d0ab9c3 commit aae2420

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/utils/geo_decls.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: geo_decls.h,v 1.12 1997/09/08 21:55:06 momjian Exp $
8+
* $Id: geo_decls.h,v 1.13 1997/09/20 16:25:28 thomas Exp $
99
*
1010
* NOTE
1111
* These routines do *not* use the float types from adt/.
@@ -158,6 +158,7 @@ extern bool point_below(Point *pt1, Point *pt2);
158158
extern bool point_vert(Point *pt1, Point *pt2);
159159
extern bool point_horiz(Point *pt1, Point *pt2);
160160
extern bool point_eq(Point *pt1, Point *pt2);
161+
extern bool point_ne(Point *pt1, Point *pt2);
161162
extern int32 pointdist(Point *p1, Point *p2);
162163
extern double *point_distance(Point *pt1, Point *pt2);
163164
extern double *point_slope(Point *pt1, Point *pt2);

0 commit comments

Comments
 (0)