From: Kurt Zeilenga Date: Tue, 28 Nov 2000 20:31:14 +0000 (+0000) Subject: Fix compilation problem when ldap.h is not included X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1637 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a13fb520abba0917f8e7b68d2d1120dc171f48b4;p=openldap Fix compilation problem when ldap.h is not included --- diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index cc6aa8ad23..36b0e78a9b 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -32,10 +32,12 @@ LDAP_F ( int ) ldap_pvt_url_scheme2tls LDAP_P(( const char * )); +struct ldap_url_desc; /* avoid pulling in */ + LDAP_F( int ) ldap_url_parse_ext LDAP_P(( LDAP_CONST char *url, - LDAPURLDesc **ludpp )); + struct ldap_url_desc **ludpp )); LDAP_F ( int ) ldap_pvt_domain2dn LDAP_P((