aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-setup.h')
-rw-r--r--shell/e-setup.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/shell/e-setup.h b/shell/e-setup.h
index cf839044af..e9b228dc1c 100644
--- a/shell/e-setup.h
+++ b/shell/e-setup.h
@@ -23,12 +23,13 @@
#ifndef _E_SETUP_H
#define _E_SETUP_H
+#include "e-util/e-config-listener.h"
+
#include <glib.h>
-#include <bonobo-conf/bonobo-config-database.h>
-gboolean e_setup (const char *evolution_directory);
+gboolean e_setup (const char *evolution_directory);
-void e_setup_check_db (Bonobo_ConfigDatabase db,
- const char *evolution_directory);
+void e_setup_check_config (EConfigListener *config_listener,
+ const char *evolution_directory);
#endif /* _E_SETUP_H */