LDAP_P is only for prototypes, remove from function def

This commit is contained in:
Gary Williams 1999-08-24 18:42:11 +00:00
parent 46802eee03
commit f8a3a664fc

View file

@ -333,7 +333,7 @@ ldap_build_search_req(
return( ber );
}
static int ldap_is_attr_oid LDAP_P(( const char *attr ))
static int ldap_is_attr_oid ( const char *attr )
{
int i, c, digit=0;
@ -359,7 +359,7 @@ static int ldap_is_attr_oid LDAP_P(( const char *attr ))
}
static int ldap_is_attr_desc LDAP_P(( const char *attr ))
static int ldap_is_attr_desc ( const char *attr )
{
/* cheap attribute description check */
int i, c;