1 2 3 4 5 6 7 8 9 10 11 12 13 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__ */