mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
LDAP_P is only for prototypes, remove from function def
This commit is contained in:
parent
46802eee03
commit
f8a3a664fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue