mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 12:54:09 -05:00
entry_schema_check rename
This commit is contained in:
parent
01c4e0f03c
commit
12e253fc66
1 changed files with 3 additions and 1 deletions
|
|
@ -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 ));
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue