From: Kurt Zeilenga Date: Mon, 24 Sep 2001 18:32:16 +0000 (+0000) Subject: Add ldap_url_desc2str() X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1066 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2aa298d5b49c58199b50d1e6da24272e7bde0a07;p=openldap Add ldap_url_desc2str() --- diff --git a/include/ldap.h b/include/ldap.h index 60ef822331..95e8bdcec7 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -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 ));