]> Pileus Git - aweather/blobdiff - src/aweather-location.h
libgis -> grits: Update everything
[aweather] / src / aweather-location.h
index 453f6868e0c9bc1521f0847ce969522cb798b4d8..44a4304d25812d6e6de5bb8947ad16968e80b7e4 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __LOCATION_H__
 #define __LOCATION_H__
 
-#include "gis-util.h"
+#include "grits-util.h"
 
 enum {
        LOCATION_END,
@@ -27,10 +27,10 @@ enum {
 };
 
 typedef struct {
-       int type;
-       char *code;
-       char *label;
-       GisPoint pos;
+       gint type;
+       gchar *code;
+       gchar *name;
+       GritsPoint pos;
        gdouble lod;
 } city_t;