summaryrefslogtreecommitdiff
path: root/libforecastio/forecasts.h
diff options
context:
space:
mode:
Diffstat (limited to 'libforecastio/forecasts.h')
-rw-r--r--libforecastio/forecasts.h2
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);