From 1f7874b724e921cfcaa06d0b1d2caaa22660000a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 28 Nov 2000 19:59:57 +0000 Subject: [PATCH] Add ldap_url_parse_ext() prototype. Routine should likely be renamed into ldap_pvt_ name space. --- include/ldap_pvt.h | 4 ++++ 1 file changed, 4 insertions(+) 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(( -- 2.39.5