blob: f0e73d1ebcc2add60d1b0fd04508ec17a7b9f5eb (
plain) (
tree)
|
|
#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__ */
|