aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-weather.h
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-weather.h')
-rw-r--r--my-evolution/e-summary-weather.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/my-evolution/e-summary-weather.h b/my-evolution/e-summary-weather.h
index d771a05aa8..290efc6aa8 100644
--- a/my-evolution/e-summary-weather.h
+++ b/my-evolution/e-summary-weather.h
@@ -7,6 +7,7 @@
#define __E_SUMMARY_WEATHER_H__
#include <time.h>
+#include <gtk/gtkctree.h>
#include "e-summary-type.h"
typedef struct _ESummaryWeather ESummaryWeather;
@@ -125,4 +126,8 @@ 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_ctree_fill (GtkCTree *tree);
+const char *e_summary_weather_code_to_name (const char *code);
+
#endif