]> Pileus Git - grits/blobdiff - src/gis-util.h
Rename GisBBox to GisBounds
[grits] / src / gis-util.h
index 1b03f2fa578ff1c314b8f6d9886c1a98dbe56d21..ccc75585ad702a7b9f9730e189dc87a5c84c2da5 100644 (file)
@@ -159,13 +159,13 @@ struct _GisPoint {
 void gis_point_set_lle(GisPoint *point,
                gdouble lat, gdouble lon, gdouble elev);
 
-/* GisBBox */
-typedef struct _GisBBox GisBBox;
-struct _GisBBox {
+/* GisBounds */
+typedef struct _GisBounds GisBounds;
+struct _GisBounds {
        gdouble n, s, e, w;
 };
 
-void gis_bbox_set_bounds(GisBBox *bbox,
+void gis_bounds_set_bounds(GisBounds *bounds,
                gdouble n, gdouble s, gdouble e, gdouble w);