diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-05-11 05:20:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-05-11 05:20:09 +0800 |
commit | 23dbc72fd36b02208dc6bfdd68d97870434db18a (patch) | |
tree | efe430abafc50de23a62d29398fee8b1d62cfa6d /mail/mail-config.h | |
parent | f6f8e3c3e8273c8eedbfb27019912d7a575aa321 (diff) | |
download | gsoc2013-evolution-23dbc72fd36b02208dc6bfdd68d97870434db18a.tar.gz gsoc2013-evolution-23dbc72fd36b02208dc6bfdd68d97870434db18a.tar.zst gsoc2013-evolution-23dbc72fd36b02208dc6bfdd68d97870434db18a.zip |
Fix some compiler warnings by including the correct bonobo headers and by
2001-05-10 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'mail/mail-config.h')
-rw-r--r-- | mail/mail-config.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |