Add ldap_url_desc2str()

This commit is contained in:
Kurt Zeilenga 2001-09-24 18:32:16 +00:00
parent afd665034a
commit 2aa298d5b4

View file

@ -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 ));