diff options
Diffstat (limited to 'mail/mail-config.h')
-rw-r--r-- | mail/mail-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |