From 4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sat, 18 Aug 2001 04:18:37 +0000 Subject: add prototype for addressbook_get_other_contact_storage. 2001-08-17 Chris Toshok * gui/component/addressbook-storage.h: add prototype for addressbook_get_other_contact_storage. * gui/component/addressbook-storage.c (addressbook_get_other_contact_storage): rename register_storage to this, and return the EvolutionStorage. (load_source_data): register_storage => addressbook_get_other_contact_storage. (addressbook_storage_add_source): register_storage => addressbook_get_other_contact_storage. svn path=/trunk/; revision=12197 --- addressbook/gui/component/addressbook-storage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/component/addressbook-storage.h') 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); -- cgit v1.2.3