mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix compilation problem when ldap.h is not included
This commit is contained in:
parent
1f7874b724
commit
a13fb520ab
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Reference in a new issue