diff options
Diffstat (limited to 'addressbook/gui/component/addressbook-storage.h')
-rw-r--r-- | addressbook/gui/component/addressbook-storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-storage.h b/addressbook/gui/component/addressbook-storage.h index 8f260b9d07..8480f2c4de 100644 --- a/addressbook/gui/component/addressbook-storage.h +++ b/addressbook/gui/component/addressbook-storage.h @@ -25,6 +25,7 @@ #define __ADDRESSBOOK_STORAGE_H__ #include "evolution-shell-component.h" +#include "evolution-storage.h" typedef enum { ADDRESSBOOK_SOURCE_LDAP, @@ -62,6 +63,7 @@ typedef struct { void addressbook_storage_setup (EvolutionShellComponent *shell_component, const char *evolution_homedir); +EvolutionStorage *addressbook_get_other_contact_storage (void); GList *addressbook_storage_get_sources (void); AddressbookSource *addressbook_storage_get_source_by_uri (const char *uri); void addressbook_storage_clear_sources (void); |