From a13fb520abba0917f8e7b68d2d1120dc171f48b4 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 28 Nov 2000 20:31:14 +0000 Subject: [PATCH] Fix compilation problem when ldap.h is not included --- include/ldap_pvt.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(( -- 2.39.5