]> git.sur5r.net Git - openldap/commitdiff
use ber_socket_t, not LBER_SOCKET_T
authorKurt Zeilenga <kurt@openldap.org>
Wed, 18 Oct 2000 00:32:35 +0000 (00:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 18 Oct 2000 00:32:35 +0000 (00:32 +0000)
include/lutil.h

index a8b9d5eae8f2a21467af3a385106aa7deaa70d9e..845509076b0e964785542c5508d8b3fe3c1144d9 100644 (file)
@@ -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