]> granicus.if.org Git - postgis/commitdiff
Do not leak symbols outside of header guard block
authorSandro Santilli <strk@keybit.net>
Wed, 22 Apr 2015 15:25:23 +0000 (15:25 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 22 Apr 2015 15:25:23 +0000 (15:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13432 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/liblwgeom_internal.h

index fff65278c362363dafe144c2abfd2e9dcffd443f..f97f4ccee5b9acee0051b4ae5c1c759610a2d1c9 100644 (file)
@@ -434,9 +434,9 @@ extern int _lwgeom_interrupt_requested;
   } \
 }
 
-#endif /* _LIBLWGEOM_INTERNAL_H */
-
 int ptarray_npoints_in_rect(const POINTARRAY *pa, const GBOX *gbox);
 int gbox_contains_point2d(const GBOX *g, const POINT2D *p);
 int lwgeom_npoints_in_rect(const LWGEOM *geom, const GBOX *gbox);
 int lwpoly_contains_point(const LWPOLY *poly, const POINT2D *pt);
+
+#endif /* _LIBLWGEOM_INTERNAL_H */