aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/e-ldap-storage.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-11 08:03:08 +0800
committerDan Winship <danw@src.gnome.org>2000-08-11 08:03:08 +0800
commitebf505d16dda2946441e05b2bdb15c4055d448a2 (patch)
tree6f25b6347f5ac0431ea56762525e1880f40a064f /addressbook/gui/component/e-ldap-storage.h
parent6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5 (diff)
downloadgsoc2013-evolution-ebf505d16dda2946441e05b2bdb15c4055d448a2.tar
gsoc2013-evolution-ebf505d16dda2946441e05b2bdb15c4055d448a2.tar.gz
gsoc2013-evolution-ebf505d16dda2946441e05b2bdb15c4055d448a2.tar.bz2
gsoc2013-evolution-ebf505d16dda2946441e05b2bdb15c4055d448a2.tar.lz
gsoc2013-evolution-ebf505d16dda2946441e05b2bdb15c4055d448a2.tar.xz
gsoc2013-evolution-ebf505d16dda2946441e05b2bdb15c4055d448a2.tar.zst
gsoc2013-evolution-ebf505d16dda2946441e05b2bdb15c4055d448a2.zip
Update for changed prototype, pass evolution_homedir arg to
* gui/component/addressbook-component.c (owner_set_cb): Update for changed prototype, pass evolution_homedir arg to setup_ldap_storage. * gui/component/e-ldap-storage.c (setup_ldap_storage): Now takes an evolution_homedir arg, uses that to generate the path to the ldapservers.xml file, and stores the result in a static variable. (e_ldap_storage_add_server, e_ldap_storage_remove_server): Use that static variable rather than hardcoding the path to the file. svn path=/trunk/; revision=4713
Diffstat (limited to 'addressbook/gui/component/e-ldap-storage.h')
-rw-r--r--addressbook/gui/component/e-ldap-storage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/e-ldap-storage.h b/addressbook/gui/component/e-ldap-storage.h
index d9870ae69f..9d3e35b4db 100644
--- a/addressbook/gui/component/e-ldap-storage.h
+++ b/addressbook/gui/component/e-ldap-storage.h
@@ -36,7 +36,8 @@ typedef struct {
char *uri; /* filled in from the above */
} ELDAPServer;
-void setup_ldap_storage (EvolutionShellComponent *shell_component);
+void setup_ldap_storage (EvolutionShellComponent *shell_component,
+ const char *evolution_homedir);
void e_ldap_storage_add_server (ELDAPServer *server);
void e_ldap_storage_remove_server (char *name);