diff options
Diffstat (limited to 'addressbook/gui/component/e-ldap-server-dialog.h')
-rw-r--r-- | addressbook/gui/component/e-ldap-server-dialog.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/gui/component/e-ldap-server-dialog.h b/addressbook/gui/component/e-ldap-server-dialog.h new file mode 100644 index 0000000000..f0e73d1ebc --- /dev/null +++ b/addressbook/gui/component/e-ldap-server-dialog.h @@ -0,0 +1,14 @@ + +#ifndef __E_LDAP_SERVER_DIALOG_H__ +#define __E_LDAP_SERVER_DIALOG_H__ + +typedef struct { + char *description; + char *host; + int port; + char *rootdn; +} ELDAPServer; + +void e_ldap_server_editor_show(ELDAPServer *server); + +#endif /* __E_LDAP_SERVER_DIALOG_H__ */ |