diff options
Diffstat (limited to 'shell/e-setup.h')
-rw-r--r-- | shell/e-setup.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/e-setup.h b/shell/e-setup.h index 37144eadc7..cf839044af 100644 --- a/shell/e-setup.h +++ b/shell/e-setup.h @@ -26,8 +26,9 @@ #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); +void e_setup_check_db (Bonobo_ConfigDatabase db, + const char *evolution_directory); #endif /* _E_SETUP_H */ |