aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-05-11 05:20:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-05-11 05:20:09 +0800
commit23dbc72fd36b02208dc6bfdd68d97870434db18a (patch)
treeefe430abafc50de23a62d29398fee8b1d62cfa6d /mail/mail-config.h
parentf6f8e3c3e8273c8eedbfb27019912d7a575aa321 (diff)
downloadgsoc2013-evolution-23dbc72fd36b02208dc6bfdd68d97870434db18a.tar
gsoc2013-evolution-23dbc72fd36b02208dc6bfdd68d97870434db18a.tar.gz
gsoc2013-evolution-23dbc72fd36b02208dc6bfdd68d97870434db18a.tar.bz2
gsoc2013-evolution-23dbc72fd36b02208dc6bfdd68d97870434db18a.tar.lz
gsoc2013-evolution-23dbc72fd36b02208dc6bfdd68d97870434db18a.tar.xz
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.h4
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 */