]> git.sur5r.net Git - openldap/commitdiff
Fix prototypes for some functions in value.c
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 9 Jul 1999 13:27:57 +0000 (13:27 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 9 Jul 1999 13:27:57 +0000 (13:27 +0000)
servers/slapd/proto-slap.h

index defd589ce17fb3304969830ef678e989ede20509..2a43d6111e68fdb9ce1b530fe6edb56b0b1a4e12 100644 (file)
@@ -275,10 +275,8 @@ int value_add_fast LDAP_P(( struct berval ***vals, struct berval **addvals, int
        int naddvals, int *maxvals ));
 int value_add LDAP_P(( struct berval ***vals, struct berval **addvals ));
 void value_normalize LDAP_P(( struct berval *val, struct berval **nval, MatchingRule * mr ));
-int value_cmp LDAP_P(( struct berval *v1, struct berval *v2, int syntax,
-       int normalize ));
-int value_find LDAP_P(( struct berval **vals, struct berval *v, MatchingRule *mr,
-       int normalize ));
+int value_cmp LDAP_P(( struct berval *v1, struct berval *v2, MatchingRule *mr ));
+int value_find LDAP_P(( struct berval **vals, struct berval *v, MatchingRule *mr ));
 
 /*
  * suffixAlias.c