From 285ceff1798da5f432f2514c1c1ad34cf0367093 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 24 Aug 2007 22:42:41 +0000 Subject: [PATCH] Fix spurious warnings in prev commit --- include/ldap_pvt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 90b2934032..1506983757 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -194,6 +194,7 @@ LDAP_F (void) ldap_pvt_hex_unescape LDAP_P(( char *s )); LDAP_HEXLOWER(c) || LDAP_HEXUPPER(c)) /* controls.c */ +struct ldapcontrol; LDAP_F (int) ldap_pvt_put_control LDAP_P(( const struct ldapcontrol *c, -- 2.39.5