]> Pileus Git - aweather/blobdiff - src/plugins/radar.h
Add Conus tile to radar plugin
[aweather] / src / plugins / radar.h
index 47f637e56675fb15d1ca8c8fa9e8b7056d070ce0..31152dbf52db79f7f51307e22bdd6aaf9c2ba606 100644 (file)
@@ -34,6 +34,7 @@
 typedef struct _GisPluginRadar        GisPluginRadar;
 typedef struct _GisPluginRadarClass   GisPluginRadarClass;
 
+typedef struct _RadarConus RadarConus;
 typedef struct _RadarSite  RadarSite;
 
 struct _GisPluginRadar {
@@ -47,6 +48,9 @@ struct _GisPluginRadar {
 
        GHashTable *sites;
        GisHttp    *sites_http;
+
+       RadarConus *conus;
+       GisHttp    *conus_http;
 };
 
 struct _GisPluginRadarClass {