Skip to content
Snippets Groups Projects
Commit 5b7567b6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add empty struct ldapoptions declaration to avoid pulling in headers.

parent af855ec9
No related branches found
No related tags found
No related merge requests found
......@@ -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 ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment