diff options
author | louis <louis.braun@gmx.de> | 2016-01-26 18:38:37 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-01-26 18:38:37 +0100 |
commit | 842b086b65a7116a7aa5a2142097a2b2220f4c3c (patch) | |
tree | cf5655fc2c23a6a87fe4a4e6ba06b3fbc69cd1d0 /libforecastio/forecasts.h | |
parent | 36f7ac94dc3c6a6801b98d285a41851a0c61adf9 (diff) | |
download | vdr-plugin-weatherforecast-master.tar.gz vdr-plugin-weatherforecast-master.tar.bz2 |
Diffstat (limited to 'libforecastio/forecasts.h')
-rw-r--r-- | libforecastio/forecasts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libforecastio/forecasts.h b/libforecastio/forecasts.h index 9730823..a31a51d 100644 --- a/libforecastio/forecasts.h +++ b/libforecastio/forecasts.h @@ -22,6 +22,8 @@ public: void SetForecastType(eForecastType type) { this->type = type; }; string GetSummary(void) { return summary; }; string GetIcon(void) { return icon; }; + int NumHourly(void); + int NumDaily(void); cForecast *GetForecast(int dataPoint); cForecast *GetCurrent(void); cForecast *GetFirstHourly(void); |