aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-preferences.h')
-rw-r--r--my-evolution/e-summary-preferences.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/my-evolution/e-summary-preferences.h b/my-evolution/e-summary-preferences.h
index ea53db5113..fe226995a9 100644
--- a/my-evolution/e-summary-preferences.h
+++ b/my-evolution/e-summary-preferences.h
@@ -25,13 +25,14 @@
#include <bonobo/bonobo-ui-component.h>
-gboolean e_summary_preferences_restore (ESummaryPrefs *prefs);
-void e_summary_preferences_save (ESummaryPrefs *prefs);
-void e_summary_preferences_free (ESummaryPrefs *prefs);
-ESummaryPrefs *e_summary_preferences_copy (ESummaryPrefs *prefs);
-void e_summary_configure (BonoboUIComponent *component,
- gpointer userdata,
- const char *cname);
-void e_summary_preferences_init (ESummary *summary);
+
+gboolean e_summary_preferences_restore (ESummaryPrefs *prefs);
+void e_summary_preferences_save (ESummaryPrefs *prefs);
+void e_summary_preferences_free (ESummaryPrefs *prefs);
+ESummaryPrefs *e_summary_preferences_copy (ESummaryPrefs *prefs);
+void e_summary_preferences_init (ESummary *summary);
+
+gboolean e_summary_preferences_register_config_control_factory (ESummary *summary);
+
#endif