]> Pileus Git - aweather/blobdiff - src/aweather-location.h
Support for multiple radar sites
[aweather] / src / aweather-location.h
index 453f6868e0c9bc1521f0847ce969522cb798b4d8..6c8f2959a9087e893fc93cfe1cbceb730231d931 100644 (file)
@@ -27,9 +27,9 @@ enum {
 };
 
 typedef struct {
-       int type;
-       char *code;
-       char *label;
+       gint type;
+       gchar *code;
+       gchar *name;
        GisPoint pos;
        gdouble lod;
 } city_t;