]> git.sur5r.net Git - openldap/commitdiff
LDAP_P is only for prototypes, remove from function def
authorGary Williams <gwilliams@openldap.org>
Tue, 24 Aug 1999 18:42:11 +0000 (18:42 +0000)
committerGary Williams <gwilliams@openldap.org>
Tue, 24 Aug 1999 18:42:11 +0000 (18:42 +0000)
libraries/libldap/search.c

index e120b49e0d2bad14ad9fdc65dd9b10bbd5be1adc..808fb81819164822c7232d2dc8d36ffad0819d03 100644 (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;