Fix compilation problem when ldap.h is not included

This commit is contained in:
Kurt Zeilenga 2000-11-28 20:31:14 +00:00
parent 1f7874b724
commit a13fb520ab

View File

@ -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((