mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Add ldap_url_desc2str()
This commit is contained in:
parent
afd665034a
commit
2aa298d5b4
1 changed files with 4 additions and 2 deletions
|
|
@ -1480,8 +1480,6 @@ ldap_sort_strcasecmp LDAP_P((
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* in url.c
|
* in url.c
|
||||||
*
|
|
||||||
* need _ext varients
|
|
||||||
*/
|
*/
|
||||||
LDAP_F( int )
|
LDAP_F( int )
|
||||||
ldap_is_ldap_url LDAP_P((
|
ldap_is_ldap_url LDAP_P((
|
||||||
|
|
@ -1500,6 +1498,10 @@ ldap_url_parse LDAP_P((
|
||||||
LDAP_CONST char *url,
|
LDAP_CONST char *url,
|
||||||
LDAPURLDesc **ludpp ));
|
LDAPURLDesc **ludpp ));
|
||||||
|
|
||||||
|
LDAP_F( char * )
|
||||||
|
ldap_url_desc2str LDAP_P((
|
||||||
|
LDAPURLDesc *ludp ));
|
||||||
|
|
||||||
LDAP_F( void )
|
LDAP_F( void )
|
||||||
ldap_free_urldesc LDAP_P((
|
ldap_free_urldesc LDAP_P((
|
||||||
LDAPURLDesc *ludp ));
|
LDAPURLDesc *ludp ));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue