mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Fix compilation problem when ldap.h is not included
This commit is contained in:
parent
1f7874b724
commit
a13fb520ab
@ -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((
|
||||
|
Loading…
x
Reference in New Issue
Block a user