From bb076508f07b6fa4ee2a1534d727659dd7b06cc7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 28 May 2001 01:06:51 +0000 Subject: Prototype evolution_mail_config_get_type. 2001-05-27 Jeffrey Stedfast * mail-config.h: Prototype evolution_mail_config_get_type. svn path=/trunk/; revision=10024 --- mail/ChangeLog | 4 ++++ mail/mail-config.h | 1 + 2 files changed, 5 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 1e1c83e6dd..25a671cf97 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-05-27 Jeffrey Stedfast + + * mail-config.h: Prototype evolution_mail_config_get_type. + 2001-05-27 Dan Winship * folder-browser-factory.c: #include diff --git a/mail/mail-config.h b/mail/mail-config.h index 5f1b1b47b7..d242d032d1 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -152,6 +152,7 @@ const MailConfigService *mail_config_get_default_news (void); const GSList *mail_config_get_news (void); void mail_config_add_news (MailConfigService *news); const GSList *mail_config_remove_news (MailConfigService *news); +GtkType evolution_mail_config_get_type (void); /* convenience functions to help ease the transition over to the new codebase */ GSList *mail_config_get_sources (void); -- cgit v1.2.3