From: Kurt Zeilenga Date: Tue, 28 Nov 2000 19:59:57 +0000 (+0000) Subject: Add ldap_url_parse_ext() prototype. Routine should likely be renamed X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1638 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1f7874b724e921cfcaa06d0b1d2caaa22660000a;p=openldap Add ldap_url_parse_ext() prototype. Routine should likely be renamed into ldap_pvt_ name space. --- diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index c145046f29..cc6aa8ad23 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -32,6 +32,10 @@ LDAP_F ( int ) ldap_pvt_url_scheme2tls LDAP_P(( const char * )); +LDAP_F( int ) +ldap_url_parse_ext LDAP_P(( + LDAP_CONST char *url, + LDAPURLDesc **ludpp )); LDAP_F ( int ) ldap_pvt_domain2dn LDAP_P((