diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 6988c16c41..271fa93ce1 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -66,6 +66,14 @@ ldap_pvt_gethostbyaddr_a LDAP_P(( struct hostent **result, int *herrno_ptr )); +LDAP_F( int ) +ldap_pvt_get_hname LDAP_P(( + const struct sockaddr * sa, + int salen, + char *name, + int namelen, + char **herr )); + /* charray.c */