Add ldap_url_parse_ext() prototype. Routine should likely be renamed

into ldap_pvt_ name space.
This commit is contained in:
Kurt Zeilenga 2000-11-28 19:59:57 +00:00
parent a09139465a
commit 1f7874b724

View file

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