entry_schema_check rename

This commit is contained in:
Kurt Zeilenga 2000-04-25 13:20:05 +00:00
parent 01c4e0f03c
commit 12e253fc66

View file

@ -603,7 +603,9 @@ LIBSLAPD_F (int) is_entry_objectclass LDAP_P((
/*
* schema_check.c
*/
LIBSLAPD_F (int) schema_check_entry LDAP_P(( Entry *e ));
LIBSLAPD_F (int) entry_schema_check LDAP_P((
Entry *e, Attribute *attrs,
char** text ));
/*