From: Kurt Zeilenga Date: Sat, 6 Nov 1999 18:02:44 +0000 (+0000) Subject: Add empty struct ldapoptions declaration to avoid pulling in headers. X-Git-Tag: UCDATA_2_4~236 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5b7567b62a03d26ce879fcfb9f739f93ef766b6f;p=openldap Add empty struct ldapoptions declaration to avoid pulling in headers. --- diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 2e8dbe764e..6a6fe71465 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -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 ));