Skip to content
Snippets Groups Projects
Commit a13fb520 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix compilation problem when ldap.h is not included

parent 1f7874b7
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,12 @@ LDAP_F ( int )
ldap_pvt_url_scheme2tls LDAP_P((
const char * ));
struct ldap_url_desc; /* avoid pulling in <ldap.h> */
LDAP_F( int )
ldap_url_parse_ext LDAP_P((
LDAP_CONST char *url,
LDAPURLDesc **ludpp ));
struct ldap_url_desc **ludpp ));
LDAP_F ( int )
ldap_pvt_domain2dn LDAP_P((
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment