From b2866ff162d17e4f78718a681963885af9364fe2 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Fri, 15 Sep 2000 02:55:54 +0000 Subject: [PATCH] s/LDAP_PF_UNIX/LDAP_PF_LOCAL/ so that we actually declare ldap_connect_to_path(). Also fix the decleration to match the function --- libraries/libldap/ldap-int.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/libldap/ldap-int.h b/libraries/libldap/ldap-int.h index ebb7fc4dff..14152a939f 100644 --- a/libraries/libldap/ldap-int.h +++ b/libraries/libldap/ldap-int.h @@ -419,10 +419,10 @@ LDAP_F (int) ldap_is_write_ready( LDAP *ld, Sockbuf *sb ); /* * in os-local.c */ -#ifdef LDAP_PF_UNIX -LDAP_F (int) ldap_connect_to_path( LDAP *ld, Sockbuf *sb, int proto, +#ifdef LDAP_PF_LOCAL +LDAP_F (int) ldap_connect_to_path( LDAP *ld, Sockbuf *sb, const char *path, int async ); -#endif /* LDAP_PF_UNIX */ +#endif /* LDAP_PF_LOCAL */ /* * in request.c -- 2.39.5