]> git.sur5r.net Git - openldap/commitdiff
Add ldap_url_desc2str()
authorKurt Zeilenga <kurt@openldap.org>
Mon, 24 Sep 2001 18:32:16 +0000 (18:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 24 Sep 2001 18:32:16 +0000 (18:32 +0000)
include/ldap.h

index 60ef82233165224935eff814ed8614f78ab4cb78..95e8bdcec7ecb043d8c2910500b985de0272f4ff 100644 (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 ));