diff options
Diffstat (limited to 'addressbook/gui/component/addressbook-config.h')
-rw-r--r-- | addressbook/gui/component/addressbook-config.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/addressbook/gui/component/addressbook-config.h b/addressbook/gui/component/addressbook-config.h index b0adbd7330..e1bdc18bae 100644 --- a/addressbook/gui/component/addressbook-config.h +++ b/addressbook/gui/component/addressbook-config.h @@ -25,7 +25,10 @@ #include "addressbook-storage.h" -void addressbook_config (GNOME_Evolution_Shell shell); -void addressbook_create_new_source (const char *new_source, GtkWidget *parent); +void addressbook_config (GNOME_Evolution_Shell shell); +void addressbook_create_new_source (const char *new_source, + GtkWidget *parent); + +gboolean addressbook_config_register_factory (GNOME_Evolution_Shell shell); #endif /* __ADDRESSBOOK_CONFIG_H__ */ |