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

Add ldap_url_desc2str()

parent afd66503
No related branches found
No related tags found
No related merge requests found
......@@ -1480,8 +1480,6 @@ ldap_sort_strcasecmp LDAP_P((
/*
* in url.c
*
* need _ext varients
*/
LDAP_F( int )
ldap_is_ldap_url LDAP_P((
......@@ -1500,6 +1498,10 @@ ldap_url_parse LDAP_P((
LDAP_CONST char *url,
LDAPURLDesc **ludpp ));
LDAP_F( char * )
ldap_url_desc2str LDAP_P((
LDAPURLDesc *ludp ));
LDAP_F( void )
ldap_free_urldesc LDAP_P((
LDAPURLDesc *ludp ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment