diff options
Diffstat (limited to 'my-evolution/e-summary-weather.h')
-rw-r--r-- | my-evolution/e-summary-weather.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/my-evolution/e-summary-weather.h b/my-evolution/e-summary-weather.h index 795afcfede..3dac76f7ee 100644 --- a/my-evolution/e-summary-weather.h +++ b/my-evolution/e-summary-weather.h @@ -26,6 +26,7 @@ #include <time.h> #include "e-summary-type.h" +#include "e-summary-shown.h" typedef struct _ESummaryWeather ESummaryWeather; @@ -144,7 +145,7 @@ typedef time_t ESummaryWeatherUpdate; char *e_summary_weather_get_html (ESummary *summary); void e_summary_weather_init (ESummary *summary); void e_summary_weather_reconfigure (ESummary *summary); -void e_summary_weather_fill_etable (ESummaryTable *est, +void e_summary_weather_fill_etable (ESummaryShown *ess, ESummary *summary); const char *e_summary_weather_code_to_name (const char *code); void e_summary_weather_free (ESummary *summary); |