s/LDAP_PF_UNIX/LDAP_PF_LOCAL/ so that we actually declare ldap_connect_to_path(). Also fix the decleration to match the function

This commit is contained in:
Ben Collins 2000-09-15 02:55:54 +00:00
parent 5df2c83b38
commit b2866ff162

View File

@ -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