mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Backout prototype rename
This commit is contained in:
parent
321780eb66
commit
f1441afbac
1 changed files with 2 additions and 2 deletions
|
|
@ -1065,11 +1065,11 @@ LDAP_SLAPD_F (void) slap_init_user LDAP_P(( char *username, char *groupname ));
|
|||
/*
|
||||
* value.c
|
||||
*/
|
||||
LDAP_SLAPD_F (int) assertion_value_validate LDAP_P((
|
||||
LDAP_SLAPD_F (int) value_validate LDAP_P((
|
||||
MatchingRule *mr,
|
||||
struct berval *in,
|
||||
const char ** text ));
|
||||
LDAP_SLAPD_F (int) attribute_value_normalize LDAP_P((
|
||||
LDAP_SLAPD_F (int) value_normalize LDAP_P((
|
||||
AttributeDescription *ad,
|
||||
unsigned usage,
|
||||
struct berval *in,
|
||||
|
|
|
|||
Loading…
Reference in a new issue