From 5e4318df8211724b724b5014bf7933d8a6769700 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 18 Oct 2000 00:32:35 +0000 Subject: [PATCH] use ber_socket_t, not LBER_SOCKET_T --- include/lutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5