Added ldap_pvt_tls_* prototypes.

This commit is contained in:
Mark Valence 1999-11-06 05:02:52 +00:00
parent fe79f5d12a
commit 4a5c58c09e

View file

@ -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