Skip to content
Snippets Groups Projects
Commit f8a3a664 authored by Gary Williams's avatar Gary Williams
Browse files

LDAP_P is only for prototypes, remove from function def

parent 46802eee
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment