From 23dbc72fd36b02208dc6bfdd68d97870434db18a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 10 May 2001 21:20:09 +0000 Subject: Fix some compiler warnings by including the correct bonobo headers and by 2001-05-10 Jeffrey Stedfast * mail-config.c: Fix some compiler warnings by including the correct bonobo headers and by using the correct bonobo types. (config_read): Some fixes so that we can never have an empty string as a URL. svn path=/trunk/; revision=9750 --- mail/mail-config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/mail-config.h') diff --git a/mail/mail-config.h b/mail/mail-config.h index 10c403389f..198e0f4cde 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -139,6 +139,10 @@ char *mail_config_folder_to_cachename (CamelFolder *folder, const char *prefix); gboolean mail_config_check_service (const char *url, CamelProviderType type, GList **authtypes); + + +void evolution_mail_config_factory_init (void); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3