From: Kurt Zeilenga Date: Wed, 18 Oct 2000 00:32:35 +0000 (+0000) Subject: use ber_socket_t, not LBER_SOCKET_T X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1709 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5e4318df8211724b724b5014bf7933d8a6769700;p=openldap use ber_socket_t, not LBER_SOCKET_T --- diff --git a/include/lutil.h b/include/lutil.h index a8b9d5eae8..845509076b 100644 --- a/include/lutil.h +++ b/include/lutil.h @@ -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