mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
ldap-int.h
This commit is contained in:
parent
354702b94e
commit
6eef6bea01
1 changed files with 3 additions and 0 deletions
|
|
@ -346,6 +346,8 @@ int open_ldap_connection( LDAP *ld, Sockbuf *sb, const char *host, int defport,
|
||||||
/*
|
/*
|
||||||
* in os-ip.c
|
* in os-ip.c
|
||||||
*/
|
*/
|
||||||
|
extern int ldap_int_tblsize;
|
||||||
|
|
||||||
int ldap_connect_to_host( Sockbuf *sb, const char *host, unsigned long address, int port,
|
int ldap_connect_to_host( Sockbuf *sb, const char *host, unsigned long address, int port,
|
||||||
int async );
|
int async );
|
||||||
void ldap_close_connection( Sockbuf *sb );
|
void ldap_close_connection( Sockbuf *sb );
|
||||||
|
|
@ -354,6 +356,7 @@ void ldap_close_connection( Sockbuf *sb );
|
||||||
char *ldap_host_connected_to( Sockbuf *sb );
|
char *ldap_host_connected_to( Sockbuf *sb );
|
||||||
#endif /* HAVE_KERBEROS */
|
#endif /* HAVE_KERBEROS */
|
||||||
|
|
||||||
|
void ldap_int_ip_init( void );
|
||||||
int do_ldap_select( LDAP *ld, struct timeval *timeout );
|
int do_ldap_select( LDAP *ld, struct timeval *timeout );
|
||||||
void *ldap_new_select_info( void );
|
void *ldap_new_select_info( void );
|
||||||
void ldap_free_select_info( void *sip );
|
void ldap_free_select_info( void *sip );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue