diff options
author | Chris Toshok <toshok@ximian.com> | 2001-08-18 12:18:37 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-08-18 12:18:37 +0800 |
commit | 4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe (patch) | |
tree | 8a2a9a4a0834f0cebd014362f136bc779abd5cc3 /addressbook/gui/component/addressbook-storage.h | |
parent | a069bf38e597b321e23d8d970bd3e4964e517247 (diff) | |
download | gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar.gz gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar.bz2 gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar.lz gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar.xz gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.tar.zst gsoc2013-evolution-4be8d6a6d678e0f73c84cf6fdcaeb52d3961bbfe.zip |
add prototype for addressbook_get_other_contact_storage.
2001-08-17 Chris Toshok <toshok@ximian.com>
* 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
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); |