]> git.sur5r.net Git - openldap/commitdiff
Backout prototype rename
authorKurt Zeilenga <kurt@openldap.org>
Wed, 26 Feb 2003 15:53:31 +0000 (15:53 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 26 Feb 2003 15:53:31 +0000 (15:53 +0000)
servers/slapd/proto-slap.h

index 26c3801540120f1b053d494593aaa56c655181f6..c85866f60c81cc705d2408a98ef4be454e3da4f4 100644 (file)
@@ -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,