X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Faweather-location.h;h=44a4304d25812d6e6de5bb8947ad16968e80b7e4;hb=a9b6cd4bb2b4b9a424fa63843a3fbcef05429c88;hp=453f6868e0c9bc1521f0847ce969522cb798b4d8;hpb=147e176b7d1937712a57bc8c415967bdce277762;p=aweather diff --git a/src/aweather-location.h b/src/aweather-location.h index 453f686..44a4304 100644 --- a/src/aweather-location.h +++ b/src/aweather-location.h @@ -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;