mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Add ldap_url_parse_ext() prototype. Routine should likely be renamed
into ldap_pvt_ name space.
This commit is contained in:
parent
a09139465a
commit
1f7874b724
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ LDAP_F ( int )
|
|||
ldap_pvt_url_scheme2tls LDAP_P((
|
||||
const char * ));
|
||||
|
||||
LDAP_F( int )
|
||||
ldap_url_parse_ext LDAP_P((
|
||||
LDAP_CONST char *url,
|
||||
LDAPURLDesc **ludpp ));
|
||||
|
||||
LDAP_F ( int )
|
||||
ldap_pvt_domain2dn LDAP_P((
|
||||
|
|
|
|||
Loading…
Reference in a new issue