]> git.sur5r.net Git - openldap/commitdiff
Fix compilation problem when ldap.h is not included
authorKurt Zeilenga <kurt@openldap.org>
Tue, 28 Nov 2000 20:31:14 +0000 (20:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 28 Nov 2000 20:31:14 +0000 (20:31 +0000)
include/ldap_pvt.h

index cc6aa8ad237cfcbb728f7214f70f96804230f803..36b0e78a9b01c4303daf9372995cb7223489d327 100644 (file)
@@ -32,10 +32,12 @@ LDAP_F ( int )
 ldap_pvt_url_scheme2tls LDAP_P((
        const char * ));
 
+struct ldap_url_desc; /* avoid pulling in <ldap.h> */
+
 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((