aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/e-ldap-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/e-ldap-storage.h')
-rw-r--r--addressbook/gui/component/e-ldap-storage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/addressbook/gui/component/e-ldap-storage.h b/addressbook/gui/component/e-ldap-storage.h
index cf11e9a6fb..d9870ae69f 100644
--- a/addressbook/gui/component/e-ldap-storage.h
+++ b/addressbook/gui/component/e-ldap-storage.h
@@ -30,9 +30,10 @@ typedef struct {
char *name;
char *description;
char *host;
- int port;
+ char *port;
char *rootdn;
- char *uri;
+ char *scope;
+ char *uri; /* filled in from the above */
} ELDAPServer;
void setup_ldap_storage (EvolutionShellComponent *shell_component);