mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
Added ldap_pvt_tls_* prototypes.
This commit is contained in:
parent
fe79f5d12a
commit
4a5c58c09e
1 changed files with 8 additions and 0 deletions
|
|
@ -123,6 +123,14 @@ ldap_pvt_str2upper LDAP_P(( char *str ));
|
|||
LDAP_F( char * )
|
||||
ldap_pvt_str2lower LDAP_P(( char *str ));
|
||||
|
||||
/* tls.c */
|
||||
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 ));
|
||||
int ldap_pvt_tls_accept LDAP_P(( Sockbuf *sb, void *ctx_arg ));
|
||||
int ldap_pvt_tls_get_option LDAP_P(( struct ldapoptions *lo, int option, void *arg ));
|
||||
int ldap_pvt_tls_set_option LDAP_P(( struct ldapoptions *lo, int option, void *arg ));
|
||||
|
||||
LDAP_END_DECL
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue