mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 06:14:40 -05:00
use ber_socket_t, not LBER_SOCKET_T
This commit is contained in:
parent
af0346ff3a
commit
5e4318df82
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ lutil_progname LDAP_P((
|
|||
|
||||
/* sockpair.c */
|
||||
LDAP_LUTIL_F( int )
|
||||
lutil_pair( LBER_SOCKET_T sd[2] );
|
||||
lutil_pair( ber_socket_t sd[2] );
|
||||
|
||||
LDAP_END_DECL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue