aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/e-ldap-server-dialog.h
blob: f0e73d1ebcc2add60d1b0fd04508ec17a7b9f5eb (plain) (blame)
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__ */