blob: e5ae169f5c98a6e243168df8ac3fc560b3163a51 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef __E_LDAP_SERVER_DIALOG_H__
#define __E_LDAP_SERVER_DIALOG_H__
#include "e-ldap-storage.h"
void e_ldap_server_editor_show(ELDAPServer *server);
#endif /* __E_LDAP_SERVER_DIALOG_H__ */
|