mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add empty struct ldapoptions declaration to avoid pulling in headers.
This commit is contained in:
parent
af855ec94b
commit
5b7567b62a
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue