diff options
Diffstat (limited to 'shell/e-setup.h')
-rw-r--r-- | shell/e-setup.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/e-setup.h b/shell/e-setup.h index 3355dc90ad..37144eadc7 100644 --- a/shell/e-setup.h +++ b/shell/e-setup.h @@ -24,7 +24,10 @@ #define _E_SETUP_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); #endif /* _E_SETUP_H */ |