diff options
Diffstat (limited to 'addressbook/gui/component/e-ldap-storage.h')
-rw-r--r-- | addressbook/gui/component/e-ldap-storage.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/gui/component/e-ldap-storage.h b/addressbook/gui/component/e-ldap-storage.h index c91a060dca..cf11e9a6fb 100644 --- a/addressbook/gui/component/e-ldap-storage.h +++ b/addressbook/gui/component/e-ldap-storage.h @@ -26,6 +26,17 @@ #include "evolution-shell-component.h" +typedef struct { + char *name; + char *description; + char *host; + int port; + char *rootdn; + char *uri; +} ELDAPServer; + void setup_ldap_storage (EvolutionShellComponent *shell_component); +void e_ldap_storage_add_server (ELDAPServer *server); +void e_ldap_storage_remove_server (char *name); #endif /* __E_LDAP_STORAGE_H__ */ |