From: Mark Valence Date: Sat, 6 Nov 1999 05:02:52 +0000 (+0000) Subject: Added ldap_pvt_tls_* prototypes. X-Git-Tag: UCDATA_2_4~238 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4a5c58c09eed25843b0104f9338ed2606290f70e;p=openldap Added ldap_pvt_tls_* prototypes. --- diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index f20b7ebfcb..2e8dbe764e 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -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