aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/e-ldap-server-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/e-ldap-server-dialog.h')
-rw-r--r--addressbook/gui/component/e-ldap-server-dialog.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/addressbook/gui/component/e-ldap-server-dialog.h b/addressbook/gui/component/e-ldap-server-dialog.h
index f0e73d1ebc..e5ae169f5c 100644
--- a/addressbook/gui/component/e-ldap-server-dialog.h
+++ b/addressbook/gui/component/e-ldap-server-dialog.h
@@ -2,12 +2,7 @@
#ifndef __E_LDAP_SERVER_DIALOG_H__
#define __E_LDAP_SERVER_DIALOG_H__
-typedef struct {
- char *description;
- char *host;
- int port;
- char *rootdn;
-} ELDAPServer;
+#include "e-ldap-storage.h"
void e_ldap_server_editor_show(ELDAPServer *server);