Skip to content
Snippets Groups Projects
Commit 1f7874b7 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add ldap_url_parse_ext() prototype. Routine should likely be renamed

into ldap_pvt_ name space.
parent a0913946
No related branches found
No related tags found
No related merge requests found
......@@ -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((
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment