]> git.sur5r.net Git - openldap/commitdiff
Add empty struct ldapoptions declaration to avoid pulling in headers.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 6 Nov 1999 18:02:44 +0000 (18:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 6 Nov 1999 18:02:44 +0000 (18:02 +0000)
include/ldap_pvt.h

index 2e8dbe764e99060ca02d1cf7c44f1887d91e21bd..6a6fe7146573bdb83393389b91fa52c387fc7a26 100644 (file)
@@ -124,6 +124,8 @@ LDAP_F( char * )
 ldap_pvt_str2lower LDAP_P(( char *str ));
 
 /* tls.c */
+struct ldapoptions;
+
 int ldap_pvt_tls_init LDAP_P(( void ));
 int ldap_pvt_tls_config LDAP_P(( struct ldapoptions *lo, int option, const char *arg ));
 int ldap_pvt_tls_connect LDAP_P(( Sockbuf *sb, void *ctx_arg ));