From 873e498829db25d2c91b8504f468137aba9e9f4f Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 5 Mar 2003 01:37:56 +0000 Subject: [PATCH] Silence warning in prev commit --- include/ldap_pvt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 271fa93ce1..f2635512c5 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -66,6 +66,8 @@ ldap_pvt_gethostbyaddr_a LDAP_P(( struct hostent **result, int *herrno_ptr )); +struct sockaddr; + LDAP_F( int ) ldap_pvt_get_hname LDAP_P(( const struct sockaddr * sa, -- 2.39.5