]> git.sur5r.net Git - openldap/blobdiff - include/ldap_schema.h
Some minor bugs for dntest ""
[openldap] / include / ldap_schema.h
index 1dbc6b0647b44c84852e29feb06530d6869c58a9..9b8446a05b632257e464da2d1f698d57927e2eff 100644 (file)
@@ -196,23 +196,23 @@ ldap_str2matchingruleuse LDAP_P((
 
 LDAP_F( char * )
 ldap_objectclass2str LDAP_P((
-       LDAP_CONST LDAPObjectClass * oc ));
+       LDAPObjectClass * oc ));
 
 LDAP_F( char * )
 ldap_attributetype2str LDAP_P((
-       LDAP_CONST LDAPAttributeType * at ));
+       LDAPAttributeType * at ));
 
 LDAP_F( char * )
 ldap_syntax2str LDAP_P((
-       LDAP_CONST LDAPSyntax * syn ));
+       LDAPSyntax * syn ));
 
 LDAP_F( char * )
 ldap_matchingrule2str LDAP_P((
-       LDAP_CONST LDAPMatchingRule * mr ));
+       LDAPMatchingRule * mr ));
 
 LDAP_F( char * )
 ldap_matchingruleuse2str LDAP_P((
-       LDAP_CONST LDAPMatchingRuleUse * mru ));
+       LDAPMatchingRuleUse * mru ));
 
 LDAP_F( char * )
 ldap_scherr2str LDAP_P((