diff options
Diffstat (limited to 'addressbook/gui/component/addressbook-config.h')
-rw-r--r-- | addressbook/gui/component/addressbook-config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-config.h b/addressbook/gui/component/addressbook-config.h index 95635b8918..980fe2e5eb 100644 --- a/addressbook/gui/component/addressbook-config.h +++ b/addressbook/gui/component/addressbook-config.h @@ -26,6 +26,7 @@ #include "addressbook-storage.h" -void addressbook_config (GNOME_Evolution_Shell shell); +void addressbook_config (GNOME_Evolution_Shell shell); +void addressbook_create_new_source (char *new_source, GtkWidget *parent); #endif /* __ADDRESSBOOK_CONFIG_H__ */ |